Skip to content

Commit 23a43ce

Browse files
committed
chore: Unset the tool options
1 parent 949de52 commit 23a43ce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.kokoro/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@ integration)
7777
RETURN_CODE=$?
7878
;;
7979
graalvm)
80+
unset JAVA_TOOL_OPTIONS
8081
# Run Unit and Integration Tests with Native Image
8182
bash .kokoro/populate-secrets.sh
8283
export GOOGLE_APPLICATION_CREDENTIALS="${KOKORO_GFILE_DIR}/secret_manager/java-it-service-account"
83-
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Pnative-test -Pslf4j2x test -pl 'oauth2_http' -Dnative.image.args="-Djavax.net.debug=all"
84+
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Pnative-test -Pslf4j2x test -pl 'oauth2_http'
8485
RETURN_CODE=$?
8586
;;
8687
samples)

0 commit comments

Comments
 (0)