Skip to content

Commit

Permalink
chore: temporarily disable graalvm IT
Browse files Browse the repository at this point in the history
Until googleapis#2007 is fixed.
  • Loading branch information
stephaniewang526 committed May 6, 2022
1 parent 78789a5 commit 1be28f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,12 @@ 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=$?
;;
#TODO: re-enable graalvm IT when https://github.com/googleapis/java-bigquery/issues/2007 is fixed
#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
1 change: 1 addition & 0 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@
'.kokoro/dependencies.sh',
'codecov.yaml',
'renovate.json',
'build.sh',
])

0 comments on commit 1be28f1

Please sign in to comment.