Skip to content

Commit 24da801

Browse files
chore: generate libraries at Wed Oct 8 17:10:27 UTC 2025
1 parent 7a565fa commit 24da801

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ integration)
6565
-ntp \
6666
-Penable-integration-tests \
6767
-DtrimStackTrace=false \
68-
-Dfailsafe.excludes=**/ITTailLogsTest#testTailLogEntries \
6968
-Dclirr.skip=true \
7069
-Denforcer.skip=true \
7170
-Dcheckstyle.skip=true \
@@ -77,7 +76,7 @@ integration)
7776
;;
7877
graalvm)
7978
# Run Unit and Integration Tests with Native Image
80-
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test -Dfailsafe.excludes=**/ITTailLogsTest#testTailLogEntries -Dfmt.skip=true
79+
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test -Dfmt.skip=true
8180
RETURN_CODE=$?
8281
;;
8382
samples)

0 commit comments

Comments
 (0)