aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-06-08 11:55:33 -0700
committerGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-06-08 11:55:33 -0700
commit09bf5f458a6be15e4d7737aa232ad33ecdf6891a (patch)
tree50bc861173719898b349a4c454e7389a06000884 /tools/run_tests
parent2c57371b937e6ac37b2d331a817bb7f1e33b5383 (diff)
parent22a65e1a2b7c1782bc288d9e8af1c0c9f0f90795 (diff)
Merge pull request #6831 from kpayson64/python_jwt_creds
Added python jwt_token_creds interop test
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/run_interop_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_interop_tests.py b/tools/run_tests/run_interop_tests.py
index 053aabc9b5..5aaefb1ae1 100755
--- a/tools/run_tests/run_interop_tests.py
+++ b/tools/run_tests/run_interop_tests.py
@@ -317,7 +317,7 @@ class PythonLanguage:
'PYTHONPATH': '{}/src/python/gens'.format(DOCKER_WORKDIR_ROOT)}
def unimplemented_test_cases(self):
- return _SKIP_ADVANCED + _SKIP_COMPRESSION + ['jwt_token_creds']
+ return _SKIP_ADVANCED + _SKIP_COMPRESSION
def unimplemented_test_cases_server(self):
return _SKIP_ADVANCED + _SKIP_COMPRESSION