aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/debug/BUILD')
-rw-r--r--tensorflow/python/debug/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/python/debug/BUILD b/tensorflow/python/debug/BUILD
index aad98c1bd5..ea2ab578b3 100644
--- a/tensorflow/python/debug/BUILD
+++ b/tensorflow/python/debug/BUILD
@@ -798,6 +798,7 @@ cuda_py_test(
"//tensorflow/python:variables",
],
tags = [
+ "no_windows",
"nomac", # TODO(cais): Install of futures and grpcio on all macs.
"notsan",
"oss_serial",
@@ -826,6 +827,7 @@ cuda_py_test(
data = ["//tensorflow/tools/dist_test/server:grpc_tensorflow_server"],
tags = [
"no_oss", # Incompatible with bazel_pip.
+ "no_windows",
"nomac", # TODO(cais): Install of futures and grpcio on all macs.
"notsan",
],