Skip to content

Commit 6d00371

Browse files
committed
skip auth-library tests for bulk tests
1 parent 570ff62 commit 6d00371

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.kokoro/common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ function run_integration_tests() {
307307
${INTEGRATION_TEST_ARGS} \
308308
-B -ntp -fae \
309309
--also-make \
310+
-PbulkTests \
310311
-DtrimStackTrace=false \
311312
-Dclirr.skip=true \
312313
-Denforcer.skip=true \

google-auth-library-java/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,5 +393,13 @@
393393
</plugins>
394394
</build>
395395
</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>
396404
</profiles>
397405
</project>

0 commit comments

Comments
 (0)