diff options
Diffstat (limited to 'tools/gce_setup/cloud_prod_runner.sh')
-rwxr-xr-x | tools/gce_setup/cloud_prod_runner.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gce_setup/cloud_prod_runner.sh b/tools/gce_setup/cloud_prod_runner.sh index e11185c226..3760ae4979 100755 --- a/tools/gce_setup/cloud_prod_runner.sh +++ b/tools/gce_setup/cloud_prod_runner.sh @@ -31,7 +31,8 @@ main() { source grpc_docker.sh - test_cases=(large_unary empty_unary ping_pong client_streaming server_streaming cancel_after_begin cancel_after_first_response) + # temporarily remove ping_pong and cancel_after_first_response while investigating timeout + test_cases=(large_unary empty_unary client_streaming server_streaming cancel_after_begin) auth_test_cases=(service_account_creds compute_engine_creds) clients=(cxx java go ruby node) for test_case in "${test_cases[@]}" |