fix generate_tests.bzl

pull/14615/head
David Garcia Quintas 7 years ago
parent e27ffd82df
commit b08e6a2e3d
  1. 2
      test/core/end2end/generate_tests.bzl

@ -101,6 +101,8 @@ END2END_TESTS = {
'binary_metadata': test_options(),
'resource_quota_server': test_options(proxyable=False),
'call_creds': test_options(secure=True),
'call_host_override': test_options(needs_fullstack=True, needs_dns=True,
needs_names=True),
'cancel_after_accept': test_options(),
'cancel_after_client_done': test_options(),
'cancel_after_invoke': test_options(),

Loading…
Cancel
Save