add uses_polling=False to selected c++ tests

pull/20265/head
Jan Tattermusch 6 years ago
parent 068340381f
commit 85117cbf61
  1. 1
      test/cpp/codegen/BUILD

@ -71,6 +71,7 @@ grpc_cc_binary(
"//test/core/util:grpc_test_util",
"//test/cpp/util:test_config",
],
uses_polling = False,
)
genrule(

Loading…
Cancel
Save