Skip to content

Commit

Permalink
Fix ignore retry test settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Greco committed Nov 8, 2023
1 parent 5e86a16 commit 8a44d41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ integration)
-DtrimStackTrace=false \
-Dclirr.skip=true \
-Denforcer.skip=true \
-Dtest=!ITBigQueryWriteQuotaRetryTest,!ITBigQueryWriteNonQuotaRetryTest \
-Dit.test=!ITBigQueryWrite*RetryTest \
-Dsurefire.failIfNoSpecifiedTests=false \
-Dfailsafe.failIfNoSpecifiedTests=false \
-fae \
verify
RETURN_CODE=$?
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,12 @@
<module>tutorials</module>
</modules>
</profile>
<profile>
<id>custom-tests</id>
<properties>
<exclude.tests>**/ITBigQueryWrite*RetryTest.java</exclude.tests>
</properties>
</profile>
</profiles>

</project>

0 comments on commit 8a44d41

Please sign in to comment.