Skip to content

Commit 8008d66

Browse files
committed
[build] always skip runit test runner
1 parent cb64a85 commit 8008d66

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Mavenfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ properties( 'jruby.plugins.version' => '3.0.2',
113113
'invoker.test' => '${bc.versions}',
114114
# allow to skip all tests with -Dmaven.test.skip
115115
'invoker.skip' => '${maven.test.skip}',
116+
'skipRunit' => 'true',
116117
'runit.dir' => 'src/test/ruby/**/test_*.rb',
117118
'mavengem.wagon.version' => '2.0.2', # for jruby plugin
118119
'mavengem-wagon.version' => '2.0.2', # for polyglot-ruby

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ DO NOT MODIFY - GENERATED CODE
7272
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
7373
<polyglot.dump.readonly>false</polyglot.dump.readonly>
7474
<runit.dir>src/test/ruby/**/test_*.rb</runit.dir>
75+
<skipRunit>true</skipRunit>
7576
</properties>
7677
<dependencies>
7778
<dependency>

0 commit comments

Comments
 (0)