Skip to content

Commit

Permalink
Add an example of valid location value in integration tests (#2136)
Browse files Browse the repository at this point in the history
  • Loading branch information
kislaykishore authored Jul 10, 2024
1 parent db62303 commit dd5bc06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/integration_tests/run_e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ RUN_E2E_TESTS_ON_PACKAGE=$1
# Pass "true" to skip few non-essential tests.
# By default, this script runs all the integration tests.
SKIP_NON_ESSENTIAL_TESTS_ON_PACKAGE=$2

# e.g. us-west1
BUCKET_LOCATION=$3

# Pass "true" to run e2e tests on TPC endpoint.
# The default value will be false.
RUN_TEST_ON_TPC_ENDPOINT=false
Expand Down

0 comments on commit dd5bc06

Please sign in to comment.