Skip to content

Commit 1d835e3

Browse files
authored
Skip testsuite-osgi by default (#15549) (#15553)
Motivation: Our osgi testsuite has problems with latest java versions, just skip it for now Modifications: Skip tests in testsuite-osgi by default Result: Build stability fix
1 parent 67e62f6 commit 1d835e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testsuite-osgi/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
<!-- Do not deploy this module -->
3737
<skipDeploy>true</skipDeploy>
3838
<javaModuleName>io.netty.testsuite_osgi</javaModuleName>
39+
<!-- Skip OSGI testsuite by default -->
40+
<skipOsgiTestsuite>true</skipOsgiTestsuite>
3941
</properties>
4042

4143
<profiles>

0 commit comments

Comments
 (0)