diff options
author | Craig Tiller <ctiller@google.com> | 2016-04-05 16:06:06 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-04-05 16:06:06 -0700 |
commit | d08c6ae5aa1b74adde7f819e566ab0097b649987 (patch) | |
tree | b48d12cdd2c64530ccf9063bbf5b4e1bef9c412f /test/core/bad_client/gen_build_yaml.py | |
parent | 978161549032df14c24b6409554d1af6f28b45cd (diff) | |
parent | aa4a7f526a22f0205ff4ac927df2b92fafd38f4a (diff) |
Merge github.com:grpc/grpc into optionalize_client_config
Diffstat (limited to 'test/core/bad_client/gen_build_yaml.py')
-rwxr-xr-x | test/core/bad_client/gen_build_yaml.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/bad_client/gen_build_yaml.py b/test/core/bad_client/gen_build_yaml.py index ca26eda170..d49858ed6d 100755 --- a/test/core/bad_client/gen_build_yaml.py +++ b/test/core/bad_client/gen_build_yaml.py @@ -44,6 +44,7 @@ BAD_CLIENT_TESTS = { 'connection_prefix': default_test_options._replace(cpu_cost=0.2), 'headers': default_test_options._replace(cpu_cost=0.2), 'initial_settings_frame': default_test_options._replace(cpu_cost=0.2), + 'head_of_line_blocking': default_test_options, 'server_registered_method': default_test_options, 'simple_request': default_test_options, 'window_overflow': default_test_options, |