Skip to content

Commit

Permalink
chore: temporarily disable graalvm ITs
Browse files Browse the repository at this point in the history
Relates to googleapis#2007
  • Loading branch information
stephaniewang526 committed May 8, 2022
1 parent 5296465 commit 096a314
Showing 1 changed file with 6 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=$?
;;
#TOD0: re-enable when https://github.com/googleapis/java-bigquery/issues/2007 is resolved
#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

0 comments on commit 096a314

Please sign in to comment.