Skip to content

Commit 8ca0f96

Browse files
authored
Skip testsuite-osgi by default (#15549)
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 35d4598 commit 8ca0f96

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

testsuite-osgi/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
<!-- Do not deploy this module -->
3535
<skipDeploy>true</skipDeploy>
3636
<maven.javadoc.skip>true</maven.javadoc.skip>
37+
<!-- Skip OSGI testsuite by default -->
38+
<skipOsgiTestsuite>true</skipOsgiTestsuite>
3739
</properties>
3840

3941
<profiles>

0 commit comments

Comments
 (0)