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 7a565fa commit 24da801Copy full SHA for 24da801
.kokoro/build.sh
@@ -65,7 +65,6 @@ 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 \
@@ -77,7 +76,7 @@ integration)
77
76
;;
78
graalvm)
79
# Run Unit and Integration Tests with Native Image
80
- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test -Dfailsafe.excludes=**/ITTailLogsTest#testTailLogEntries -Dfmt.skip=true
+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test -Dfmt.skip=true
81
RETURN_CODE=$?
82
83
samples)
0 commit comments