diff options
author | Craig Tiller <ctiller@google.com> | 2017-02-14 22:37:41 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-02-14 22:37:41 -0800 |
commit | 400b32b3cc2a28a678c19387fbb600874423bdd7 (patch) | |
tree | f0fd33eaa826d2561c143a6fea38053aba42342a /test | |
parent | ef6d744c23f772f32c6f299291a504e15a10644f (diff) | |
parent | 7e54f14d8084a14d3586f9de00cd9a5211a640fe (diff) |
Merge github.com:grpc/grpc into bm_trickle
Diffstat (limited to 'test')
-rwxr-xr-x | test/core/end2end/gen_build_yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/gen_build_yaml.py b/test/core/end2end/gen_build_yaml.py index bcb7136eaa..5071299545 100755 --- a/test/core/end2end/gen_build_yaml.py +++ b/test/core/end2end/gen_build_yaml.py @@ -91,6 +91,7 @@ LOWCPU = 0.1 # maps test names to options END2END_TESTS = { + 'authority_not_supported': default_test_options, 'bad_hostname': default_test_options, 'binary_metadata': default_test_options, 'resource_quota_server': default_test_options._replace(large_writes=True, @@ -142,7 +143,6 @@ END2END_TESTS = { 'simple_request': default_test_options, 'streaming_error_response': default_test_options, 'trailing_metadata': default_test_options, - 'authority_not_supported': default_test_options, 'write_buffering': default_test_options, 'write_buffering_at_end': default_test_options, } |