We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570ff62 commit 6d00371Copy full SHA for 6d00371
.kokoro/common.sh
@@ -307,6 +307,7 @@ function run_integration_tests() {
307
${INTEGRATION_TEST_ARGS} \
308
-B -ntp -fae \
309
--also-make \
310
+ -PbulkTests \
311
-DtrimStackTrace=false \
312
-Dclirr.skip=true \
313
-Denforcer.skip=true \
google-auth-library-java/pom.xml
@@ -393,5 +393,13 @@
393
</plugins>
394
</build>
395
</profile>
396
+
397
+ <!-- skip tests if bulkTests profile is enabled (when testing the rest of the monorepo) -->
398
+ <profile>
399
+ <id>bulkTests</id>
400
+ <properties>
401
+ <skipTests>true</skipTests>
402
+ </properties>
403
+ </profile>
404
</profiles>
405
</project>
0 commit comments