[Python tooling tests] Disable Python tooling tests (#37885)

CC @sourabhsinghs
pull/37893/head
Richard Belleville 2 months ago committed by GitHub
parent 8afaf833e0
commit 1c82b1cbea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      tools/internal_ci/linux/grpc_toolingtests_python.sh

@ -23,4 +23,6 @@ export DOCKERFILE_DIR=tools/dockerfile/distribtest/python_dev_ubuntu2204_x64
export DOCKER_RUN_SCRIPT=tools/distrib/install_python_modules_and_run_tests.sh
export GRPC_TEST_REPORT_BASE_DIR=reports
exec tools/run_tests/dockerize/build_and_run_docker.sh
# TODO: Reenable once the underlying test passes.
true
# exec tools/run_tests/dockerize/build_and_run_docker.sh

Loading…
Cancel
Save