aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/gen_build_yaml.py
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-05-09 18:09:58 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-05-09 18:09:58 -0700
commitbf5a5f92bea2bfcae4c97185b92b277b34d8638c (patch)
treec18a14da9b9c9c5f7033f5c283fa2738fabe834b /test/core/end2end/gen_build_yaml.py
parentfac9d9e5b1fbedebe57dee0d3b42c4da094d4785 (diff)
Add a separate test case for workaround_cronet_compression
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 cb50a82cee..34b5938288 100755
--- a/test/core/end2end/gen_build_yaml.py
+++ b/test/core/end2end/gen_build_yaml.py
@@ -152,6 +152,7 @@ END2END_TESTS = {
'simple_request': default_test_options,
'streaming_error_response': default_test_options._replace(cpu_cost=LOWCPU),
'trailing_metadata': default_test_options,
+ 'workaround_cronet_compression': default_test_options,
'write_buffering': default_test_options._replace(cpu_cost=LOWCPU),
'write_buffering_at_end': default_test_options._replace(cpu_cost=LOWCPU),
}