temporarily disable all poller-enabled tests for Windows

pull/18479/head
Bill Feng 6 years ago
parent cdf3e001cb
commit 719bdcfd6a
  1. 5
      bazel/grpc_build_system.bzl

@ -173,11 +173,6 @@ def grpc_cc_test(name, srcs = [], deps = [], external_deps = [], args = [], data
],
**args
)
native.cc_test(
name = name + "_windows",
testonly = True,
**args
)
for poller in POLLERS:
native.sh_test(
name = name + "@poller=" + poller,

Loading…
Cancel
Save