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.
-Penable-integration-tests
1 parent 26c7505 commit df311d1Copy full SHA for df311d1
synthtool/gcp/templates/java_library/.kokoro/build.sh
@@ -71,12 +71,12 @@ integration)
71
;;
72
graalvm)
73
# Run Unit and Integration Tests with Native Image
74
- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test
+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test
75
RETURN_CODE=$?
76
77
graalvm17)
78
79
80
81
82
samples)
0 commit comments