Skip to content

Commit 7b0950e

Browse files
committed
build: skip tests in java-showcase when running bulk tests
1 parent 5846197 commit 7b0950e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

java-showcase/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,5 +256,12 @@
256256
</plugins>
257257
</build>
258258
</profile>
259+
<!-- skip tests if bulkTests profile is enabled (when testing the rest of the monorepo) -->
260+
<profile>
261+
<id>bulkTests</id>
262+
<properties>
263+
<skipTests>true</skipTests>
264+
</properties>
265+
</profile>
259266
</profiles>
260267
</project>

0 commit comments

Comments
 (0)