aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/generate_tests.bzl
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-06-23 17:00:20 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-06-23 17:24:21 -0700
commitd19c112db066c35b461ad3e5c992d9b7727545d6 (patch)
tree3f884dcd33f29443eb844733aa82f28769cf5e2b /test/core/end2end/generate_tests.bzl
parentb9fc05bf934f192be47b1d0495b0840dcedac6d2 (diff)
Add 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 185ca606b8..3312f4e596 100755
--- a/test/core/end2end/generate_tests.bzl
+++ b/test/core/end2end/generate_tests.bzl
@@ -79,6 +79,7 @@ END2END_TESTS = {
'cancel_after_accept': test_options(),
'cancel_after_client_done': test_options(),
'cancel_after_invoke': test_options(),
+ 'cancel_after_round_trip': test_options(),
'cancel_before_invoke': test_options(),
'cancel_in_a_vacuum': test_options(),
'cancel_with_status': test_options(),