aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug/BUILD
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2017-10-17 09:39:50 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-10-17 09:43:49 -0700
commita86a589c8b329176bfbb64552405644cb641d99e (patch)
treeb8dd2056da8075494db5472784e2483407362b61 /tensorflow/python/debug/BUILD
parent18f89c81d288f191abd56501ec6f86fe29265bdd (diff)
Disable flaky cluster tests in opensource.
PiperOrigin-RevId: 172477381
Diffstat (limited to 'tensorflow/python/debug/BUILD')
-rw-r--r--tensorflow/python/debug/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/debug/BUILD b/tensorflow/python/debug/BUILD
index b68b6e05b6..68b97ddbe3 100644
--- a/tensorflow/python/debug/BUILD
+++ b/tensorflow/python/debug/BUILD
@@ -897,8 +897,8 @@ cuda_py_test(
"//tensorflow/python:variables",
],
tags = [
+ "no_oss", # Test flaky due to port collisions.
"no_windows",
- "nomac", # TODO(cais): Install of futures and grpcio on all macs.
"notsan",
"oss_serial",
],