diff options
author | Adele Zhou <adelez@google.com> | 2017-02-07 10:13:09 -0800 |
---|---|---|
committer | Adele Zhou <adelez@google.com> | 2017-02-24 10:49:50 -0800 |
commit | 992d5cd89b64438f3ece3551e00acb161de6071c (patch) | |
tree | 767953a978d29547562c084ee2209b259b928a74 | |
parent | 429e5607f777def4c6e151992b1d5db80126356f (diff) |
comment out python temporarily
-rwxr-xr-x | tools/run_tests/run_interop_tests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/run_tests/run_interop_tests.py b/tools/run_tests/run_interop_tests.py index 04c0d9407f..6f26b498cd 100755 --- a/tools/run_tests/run_interop_tests.py +++ b/tools/run_tests/run_interop_tests.py @@ -468,7 +468,8 @@ _HTTP2_TEST_CASES = ['tls', 'framing'] _HTTP2_BADSERVER_TEST_CASES = ['rst_after_header', 'rst_after_data', 'rst_during_data', 'goaway', 'ping', 'max_streams'] -_LANGUAGES_FOR_HTTP2_BADSERVER_TESTS = ['java', 'python'] +# TODO: Add python once the tests are fixed. +_LANGUAGES_FOR_HTTP2_BADSERVER_TESTS = ['java'] DOCKER_WORKDIR_ROOT = '/var/local/git/grpc' |