Skip to content

Commit df311d1

Browse files
authored
chore(java): omit -Penable-integration-tests parameter from native image test run command (#1757)
1 parent 26c7505 commit df311d1

File tree

1 file changed

+2
-2
lines changed
  • synthtool/gcp/templates/java_library/.kokoro

1 file changed

+2
-2
lines changed

synthtool/gcp/templates/java_library/.kokoro/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ integration)
7171
;;
7272
graalvm)
7373
# Run Unit and Integration Tests with Native Image
74-
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test
74+
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test
7575
RETURN_CODE=$?
7676
;;
7777
graalvm17)
7878
# Run Unit and Integration Tests with Native Image
79-
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test
79+
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test
8080
RETURN_CODE=$?
8181
;;
8282
samples)

0 commit comments

Comments
 (0)