aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/bad_client/gen_build_yaml.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-04-02 07:40:39 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-04-02 07:40:39 -0700
commit307a7207a00b1ea34f6f5edbfd3e46faf7222aaf (patch)
tree07cb578169ed333690594ca8119c7f1713bd2bdc /test/core/bad_client/gen_build_yaml.py
parent16fa225f917a9855aba2c340f319f8c1061ad924 (diff)
Add a failing test due to a head of line blocking bug in the server
Diffstat (limited to 'test/core/bad_client/gen_build_yaml.py')
-rwxr-xr-xtest/core/bad_client/gen_build_yaml.py1
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,