File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,19 +65,19 @@ integration)
6565 -ntp \
6666 -Penable-integration-tests \
6767 -DtrimStackTrace=false \
68+ -Dit.test=' !com.google.cloud.logging.it.ITTailLogsTest#testTailLogEntries' \
6869 -Dclirr.skip=true \
6970 -Denforcer.skip=true \
7071 -Dcheckstyle.skip=true \
7172 -DskipUnitTests=true \
72- -Dfailsafe.excludes=** /ITTailLogsTest#testTailLogEntries \
7373 -Dfmt.skip=true \
7474 -fae \
7575 verify
7676 RETURN_CODE=$?
7777 ;;
7878graalvm)
7979 # Run Unit and Integration Tests with Native Image
80- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test -Dfailsafe.excludes= ** / ITTailLogsTest#testTailLogEntries -Dfmt.skip=true
80+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test -Dit.test= ' !com.google.cloud.logging.it. ITTailLogsTest#testTailLogEntries' -Dfmt.skip=true
8181 RETURN_CODE=$?
8282 ;;
8383samples)
You can’t perform that action at this time.
0 commit comments