Skip to content

Commit a14282f

Browse files
authored
Skip curl tests for production integration tests. (#924)
This fixes #922. We do not need to run these tests in "production" because they already run the in the regular testbench tests against the same code that they would run otherwise (the httpbin python module).
1 parent e7b3778 commit a14282f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

google/cloud/storage/tests/run_integration_tests_production.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ set -eu
1818

1919
# The CI environment must provide PROJECT_ID and BUCKET_NAME.
2020

21-
22-
echo
23-
echo "Running storage::internal::CurlRequest integration test."
24-
./curl_request_integration_test
25-
2621
echo
2722
echo "Running GCS Bucket APIs integration tests."
2823
./bucket_integration_test "${PROJECT_ID}" "${BUCKET_NAME}"

0 commit comments

Comments
 (0)