Skip to content
Snippets Groups Projects
Commit 992d5cd8 authored by Adele Zhou's avatar Adele Zhou
Browse files

comment out python temporarily

parent 429e5607
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment