aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2018-08-23 11:35:00 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-23 11:40:40 -0700
commitd232dee9f9efab16608e0f08ab82c1f51aff78a0 (patch)
tree6ed1d423f26960cda903b88a085d9df0ff38815d /tensorflow/python/debug
parentbd4cf84c9205d15316011ed95c790e6ba241d957 (diff)
Enable two grpc-related tests on Mac
now that grpcio is installed as a dependency with the tensorflow pip package. PiperOrigin-RevId: 209971052
Diffstat (limited to 'tensorflow/python/debug')
-rw-r--r--tensorflow/python/debug/BUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/python/debug/BUILD b/tensorflow/python/debug/BUILD
index 8a4ac6aaef..55d2709845 100644
--- a/tensorflow/python/debug/BUILD
+++ b/tensorflow/python/debug/BUILD
@@ -576,7 +576,6 @@ py_test(
srcs_version = "PY2AND3",
tags = [
"no_windows",
- "nomac",
"oss_serial",
],
deps = [
@@ -1047,7 +1046,6 @@ cuda_py_test(
tags = [
"no_oss", # Incompatible with bazel_pip.
"no_windows",
- "nomac", # TODO(cais): Install of futures and grpcio on all macs.
"notsan",
],
)