aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/generate_tests.bzl
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-06-07 16:08:48 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-06-07 16:08:48 -0700
commita94896ffea2353dd02efc00543d0368539e0f77a (patch)
tree3e0efc33b31d3297cd170ed2e347115ef12d1ddc /test/core/end2end/generate_tests.bzl
parent3fa24f6e90cd0edb3cd3db0bf5e174a041d3ba1e (diff)
Add no_error_on_hotpath test
Diffstat (limited to 'test/core/end2end/generate_tests.bzl')
-rwxr-xr-xtest/core/end2end/generate_tests.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/end2end/generate_tests.bzl b/test/core/end2end/generate_tests.bzl
index 11fc576165..e80acf80ad 100755
--- a/test/core/end2end/generate_tests.bzl
+++ b/test/core/end2end/generate_tests.bzl
@@ -134,6 +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_logging': test_options(traceable=False),
'no_op': test_options(),
'payload': test_options(),