aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/gen_build_yaml.py
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-06-10 22:37:10 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-06-10 22:37:10 -0700
commitd93589a0a1733b7a786b692c2d09c6f6a2958ba4 (patch)
tree20700e2f53f471d24fd75727dbc84901738a4191 /test/core/end2end/gen_build_yaml.py
parenta94896ffea2353dd02efc00543d0368539e0f77a (diff)
Don't proxy no_error_on_hotpath
Diffstat (limited to 'test/core/end2end/gen_build_yaml.py')
-rwxr-xr-xtest/core/end2end/gen_build_yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/gen_build_yaml.py b/test/core/end2end/gen_build_yaml.py
index 61ee3c3a8e..1851214191 100755
--- a/test/core/end2end/gen_build_yaml.py
+++ b/test/core/end2end/gen_build_yaml.py
@@ -138,7 +138,7 @@ END2END_TESTS = {
'max_message_length': default_test_options._replace(cpu_cost=LOWCPU),
'negative_deadline': default_test_options,
'network_status_change': default_test_options._replace(cpu_cost=LOWCPU),
- 'no_error_on_hotpath': default_test_options,
+ 'no_error_on_hotpath': default_test_options._replace(proxyable=False),
'no_logging': default_test_options._replace(traceable=False),
'no_op': default_test_options,
'payload': default_test_options,