Skip to content

Commit f9935a6

Browse files
committed
undo kokoro build.sh changes
1 parent dba44d1 commit f9935a6

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
@@ -70,14 +70,13 @@ integration)
7070
-Dcheckstyle.skip=true \
7171
-DskipUnitTests=true \
7272
-Dfmt.skip=true \
73-
-Dfailsafe.failIfNoSpecifiedTests=false \
7473
-fae \
7574
verify
7675
RETURN_CODE=$?
7776
;;
7877
graalvm)
7978
# Run Unit and Integration Tests with Native Image
80-
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test -Dfmt.skip=true -Dfailsafe.failIfNoSpecifiedTests=false
79+
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test -Dfmt.skip=true
8180
RETURN_CODE=$?
8281
;;
8382
samples)

0 commit comments

Comments
 (0)