Skip to content

Commit 1f32d02

Browse files
chore: remove custom flag to config behavior
1 parent b95dbc6 commit 1f32d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ graalvm)
117117
;;
118118
graalvmA)
119119
# Run Unit and Integration Tests with Native Image A.
120-
NATIVE_IMAGE_OPTIONS="--strict-image-heap" mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test "-Dtest=com.google.cloud.spanner.jdbc.it.**"
120+
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test "-Dtest=com.google.cloud.spanner.jdbc.it.**"
121121
RETURN_CODE=$?
122122
;;
123123
samples)

0 commit comments

Comments
 (0)