Skip to content

Commit

Permalink
chore: disable graalvm ITs till #2007 is fixed (#2032)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewang526 committed May 9, 2022
1 parent c5c1bb0 commit aeca04d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .kokoro/build.sh
Expand Up @@ -69,11 +69,11 @@ integration)
verify
RETURN_CODE=$?
;;
graalvm)
# Run Unit and Integration Tests with Native Image
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test
RETURN_CODE=$?
;;
#graalvm)
# # Run Unit and Integration Tests with Native Image
# mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test
# RETURN_CODE=$?
# ;;
samples)
SAMPLES_DIR=samples
# only run ITs in snapshot/ on presubmit PRs. run ITs in all 3 samples/ subdirectories otherwise.
Expand Down
2 changes: 1 addition & 1 deletion owlbot.py
Expand Up @@ -22,5 +22,5 @@
'.kokoro/dependencies.sh',
'codecov.yaml',
'renovate.json',
'build.sh',
'.kokoro/build.sh',
])

0 comments on commit aeca04d

Please sign in to comment.