aboutsummaryrefslogtreecommitdiff
path: root/bazel
diff options
context:
space:
mode:
authorBill Feng <yfen@google.com>2019-03-28 16:07:36 -0700
committerBill Feng <yfen@google.com>2019-03-28 16:07:36 -0700
commit719bdcfd6a67f464f200e5d086c3d1890cc74b60 (patch)
treed3f9552248928727b88d273c325ed92003f254d8 /bazel
parentcdf3e001cb9aa26e8ef9af4f58cbdc252e139afa (diff)
downloadgrpc-grpc-719bdcfd6a67f464f200e5d086c3d1890cc74b60.tar.gz
temporarily disable all poller-enabled tests for Windows
Diffstat (limited to 'bazel')
-rw-r--r--bazel/grpc_build_system.bzl5
1 files changed, 0 insertions, 5 deletions
diff --git a/bazel/grpc_build_system.bzl b/bazel/grpc_build_system.bzl
index 84455cdafc..12a79259bb 100644
--- a/bazel/grpc_build_system.bzl
+++ b/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,