aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/gen_build_yaml.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-05 10:17:01 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-05 10:17:01 -0800
commit4e6247a23cf94bc363abb2e8eb0d2b03195b9c5d (patch)
treefe94a011c06e5cf3c69e16e741d5c5ff59195a24 /test/core/end2end/gen_build_yaml.py
parentea917301b893bcf9583ee5494db15d3bd425f2aa (diff)
Fix sequential write buffering
Diffstat (limited to 'test/core/end2end/gen_build_yaml.py')
-rwxr-xr-xtest/core/end2end/gen_build_yaml.py1
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 201a92a1fd..52142c2640 100755
--- a/test/core/end2end/gen_build_yaml.py
+++ b/test/core/end2end/gen_build_yaml.py
@@ -143,6 +143,7 @@ END2END_TESTS = {
'streaming_error_response': default_test_options,
'trailing_metadata': default_test_options,
'authority_not_supported': default_test_options,
+ 'write_buffering': default_test_options,
}