We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95dbc6 commit 1f32d02Copy full SHA for 1f32d02
.kokoro/build.sh
@@ -117,7 +117,7 @@ graalvm)
117
;;
118
graalvmA)
119
# 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.**"
+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test "-Dtest=com.google.cloud.spanner.jdbc.it.**"
121
RETURN_CODE=$?
122
123
samples)
0 commit comments