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 5d5d8a7 commit 7a565faCopy full SHA for 7a565fa
.kokoro/build.sh
@@ -65,6 +65,7 @@ integration)
65
-ntp \
66
-Penable-integration-tests \
67
-DtrimStackTrace=false \
68
+ -Dfailsafe.excludes=**/ITTailLogsTest#testTailLogEntries \
69
-Dclirr.skip=true \
70
-Denforcer.skip=true \
71
-Dcheckstyle.skip=true \
@@ -76,7 +77,7 @@ integration)
76
77
;;
78
graalvm)
79
# Run Unit and Integration Tests with Native Image
- 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
81
RETURN_CODE=$?
82
83
samples)
0 commit comments