File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -69,14 +69,15 @@ integration)
6969 -Denforcer.skip=true \
7070 -Dcheckstyle.skip=true \
7171 -DskipUnitTests=true \
72+ -Dfailsafe.excludes=** /ITTailLogsTest#testTailLogEntries \
7273 -Dfmt.skip=true \
7374 -fae \
7475 verify
7576 RETURN_CODE=$?
7677 ;;
7778graalvm)
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 ;;
8283samples)
Original file line number Diff line number Diff line change 9696 ".kokoro/requirements.in" ,
9797 ".kokoro/requirements.txt" ,
9898 ".kokoro/presubmit/graalvm-native.cfg" ,
99- ".kokoro/presubmit/graalvm-native-17.cfg"
99+ ".kokoro/presubmit/graalvm-native-17.cfg" ,
100+ ".kokoro/build.sh"
100101 ]
101102)
102103
You can’t perform that action at this time.
0 commit comments