diff options
author | Muxi Yan <mxyan@google.com> | 2017-04-07 09:48:14 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-04-07 09:48:14 -0700 |
commit | 3a0b8477c206e45ff1866f73daa4f91643e5bf16 (patch) | |
tree | 5abfb781524b99956a83736f38459e7d8a7c244f /test/core/end2end/gen_build_yaml.py | |
parent | 01499e051e3c55410ba09b39b9e6431de43f53b7 (diff) | |
parent | dd550c7316069973c8729bfeca23d4f9a60fd2ca (diff) |
Merge remote-tracking branch 'upstream/master' into lazy-deframe
Diffstat (limited to 'test/core/end2end/gen_build_yaml.py')
-rwxr-xr-x | test/core/end2end/gen_build_yaml.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/end2end/gen_build_yaml.py b/test/core/end2end/gen_build_yaml.py index 3c5068ff3e..d1e510d636 100755 --- a/test/core/end2end/gen_build_yaml.py +++ b/test/core/end2end/gen_build_yaml.py @@ -93,6 +93,7 @@ LOWCPU = 0.1 END2END_TESTS = { 'authority_not_supported': default_test_options, 'bad_hostname': default_test_options, + 'bad_ping': connectivity_test_options._replace(proxyable=False), 'binary_metadata': default_test_options, 'resource_quota_server': default_test_options._replace(large_writes=True, proxyable=False), |