Skip to content

Commit 7a565fa

Browse files
committed
chore: temporarily turn off flaky test
1 parent 5d5d8a7 commit 7a565fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.kokoro/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ integration)
6565
-ntp \
6666
-Penable-integration-tests \
6767
-DtrimStackTrace=false \
68+
-Dfailsafe.excludes=**/ITTailLogsTest#testTailLogEntries \
6869
-Dclirr.skip=true \
6970
-Denforcer.skip=true \
7071
-Dcheckstyle.skip=true \
@@ -76,7 +77,7 @@ integration)
7677
;;
7778
graalvm)
7879
# Run Unit and Integration Tests with Native Image
79-
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test -Dfmt.skip=true
80+
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test -Dfailsafe.excludes=**/ITTailLogsTest#testTailLogEntries -Dfmt.skip=true
8081
RETURN_CODE=$?
8182
;;
8283
samples)

0 commit comments

Comments
 (0)