add uses_polling=False to selected core tests

pull/20265/head
Jan Tattermusch 6 years ago
parent d970489db2
commit 068340381f
  1. 2
      test/core/security/BUILD

@ -177,6 +177,7 @@ grpc_cc_binary(
"//:grpc", "//:grpc",
"//test/core/util:grpc_test_util", "//test/core/util:grpc_test_util",
], ],
uses_polling = False,
) )
grpc_cc_binary( grpc_cc_binary(
@ -201,6 +202,7 @@ grpc_cc_binary(
"//:grpc", "//:grpc",
"//test/core/util:grpc_test_util", "//test/core/util:grpc_test_util",
], ],
uses_polling = False,
) )
grpc_cc_test( grpc_cc_test(

Loading…
Cancel
Save