diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2018-10-15 12:19:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-15 12:19:50 +0200 |
commit | 9de25dc1e684c383faa024a2d02a5079759fcadf (patch) | |
tree | edaf3ff19f860b08cea984ccabd18ac0096e2068 /tools | |
parent | d0cb61eada9d270b9043ec866b55c88617d362be (diff) |
Revert "Add c++ google default creds to cloud to prod auth scenarios"
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run_tests/run_interop_tests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/run_tests/run_interop_tests.py b/tools/run_tests/run_interop_tests.py index 7ec02b707e..1d639edb82 100755 --- a/tools/run_tests/run_interop_tests.py +++ b/tools/run_tests/run_interop_tests.py @@ -1378,8 +1378,7 @@ try: transport_security='tls') jobs.append(tls_test_job) if str(language) in [ - 'c++', - 'go', + 'go' ]: # Add more languages to the list to turn on tests. google_default_creds_test_job = cloud_to_prod_jobspec( language, |