aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/generate_tests.bzl
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/generate_tests.bzl
parenta94896ffea2353dd02efc00543d0368539e0f77a (diff)
Don't proxy no_error_on_hotpath
Diffstat (limited to 'test/core/end2end/generate_tests.bzl')
-rwxr-xr-xtest/core/end2end/generate_tests.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/generate_tests.bzl b/test/core/end2end/generate_tests.bzl
index e80acf80ad..706f4fa86d 100755
--- a/test/core/end2end/generate_tests.bzl
+++ b/test/core/end2end/generate_tests.bzl
@@ -134,7 +134,7 @@ END2END_TESTS = {
'max_message_length': test_options(),
'negative_deadline': test_options(),
'network_status_change': test_options(),
- 'no_error_on_hotpath': test_options(),
+ 'no_error_on_hotpath': test_options(proxyable=False),
'no_logging': test_options(traceable=False),
'no_op': test_options(),
'payload': test_options(),