Skip to content

Commit fac4092

Browse files
authored
build: skip tests in java-showcase when running bulk tests (#12921)
The showcase integration tests require starting the gapic-showcase server and run as part of the showcase GitHub workflow. When running the "bulk tests" (entire monorepo minus handwritten modules), we should skip the tests.
1 parent 741a9bd commit fac4092

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)