Skip to content

Commit fc38e4c

Browse files
committed
test: re-enable rails7 integration spec now activerecord issue is fixed with JRuby 10.1.1
1 parent e371d83 commit fc38e4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mavenfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ plugin :invoker, '3.10.1' do
4444
:goals => ['verify'],
4545
:projectsDirectory => 'integration',
4646
:pomIncludes => [ '*/pom.xml' ],
47-
:pomExcludes => Java::JavaLang::System.getProperty('jruby.version').start_with?('10.1') ? ['rails7_test/pom.xml'] : [],
47+
:pomExcludes => [],
4848
:streamLogs => true )
4949
end

0 commit comments

Comments
 (0)