diff --git a/tools/internal_ci/macos/grpc_run_bazel_c_cpp_tests.sh b/tools/internal_ci/macos/grpc_run_bazel_c_cpp_tests.sh index ed9c97211c4..bfe1c8c24b1 100644 --- a/tools/internal_ci/macos/grpc_run_bazel_c_cpp_tests.sh +++ b/tools/internal_ci/macos/grpc_run_bazel_c_cpp_tests.sh @@ -48,7 +48,7 @@ if [ "$UPLOAD_TEST_RESULTS" != "" ] then # Sleep to let ResultStore finish writing results before querying sleep 60 - python ./tools/run_tests/python_utils/upload_rbe_results.py + PYTHONHTTPSVERIFY=0 python ./tools/run_tests/python_utils/upload_rbe_results.py fi if [ "$FAILED" != "" ]