We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0887ca commit 7590983Copy full SHA for 7590983
.kokoro/build.sh
@@ -71,13 +71,14 @@ integration)
71
-Dcheckstyle.skip=true \
72
-DskipUnitTests=true \
73
-Dfmt.skip=true \
74
+ -Dfailsafe.failIfNoSpecifiedTests=false \
75
-fae \
76
verify
77
RETURN_CODE=$?
78
;;
79
graalvm)
80
# Run Unit and Integration Tests with Native Image
- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test -Dit.test='!com.google.cloud.logging.it.ITTailLogsTest#testTailLogEntries' -Dfmt.skip=true
81
+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test -Dit.test='!com.google.cloud.logging.it.ITTailLogsTest#testTailLogEntries' -Dfmt.skip=true -Dfailsafe.failIfNoSpecifiedTests=false
82
83
84
samples)
0 commit comments