Skip to content

Commit a0887ca

Browse files
committed
fix exclusion
1 parent 504f720 commit a0887ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.kokoro/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,19 @@ integration)
6565
-ntp \
6666
-Penable-integration-tests \
6767
-DtrimStackTrace=false \
68+
-Dit.test='!com.google.cloud.logging.it.ITTailLogsTest#testTailLogEntries' \
6869
-Dclirr.skip=true \
6970
-Denforcer.skip=true \
7071
-Dcheckstyle.skip=true \
7172
-DskipUnitTests=true \
72-
-Dfailsafe.excludes=**/ITTailLogsTest#testTailLogEntries \
7373
-Dfmt.skip=true \
7474
-fae \
7575
verify
7676
RETURN_CODE=$?
7777
;;
7878
graalvm)
7979
# Run Unit and Integration Tests with Native Image
80-
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test -Dfailsafe.excludes=**/ITTailLogsTest#testTailLogEntries -Dfmt.skip=true
80+
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test -Dit.test='!com.google.cloud.logging.it.ITTailLogsTest#testTailLogEntries' -Dfmt.skip=true
8181
RETURN_CODE=$?
8282
;;
8383
samples)

0 commit comments

Comments
 (0)