aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/distribute
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2018-08-26 23:15:48 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-26 23:20:21 -0700
commit632e3d66334ac3718a0fd41524c7dfc499363cab (patch)
treeab2f48d9664a287e02acd313f81ce051536ec841 /tensorflow/python/distribute
parent7bccde15ce0dd29dce62092a5e9d48ffdc772963 (diff)
Disable flaky coordinator_test.
PiperOrigin-RevId: 210320269
Diffstat (limited to 'tensorflow/python/distribute')
-rw-r--r--tensorflow/python/distribute/BUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/tensorflow/python/distribute/BUILD b/tensorflow/python/distribute/BUILD
index ebfcd085e6..a081c30781 100644
--- a/tensorflow/python/distribute/BUILD
+++ b/tensorflow/python/distribute/BUILD
@@ -44,7 +44,11 @@ py_test(
size = "large",
srcs = ["distribute_coordinator_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "manual",
+ "no_pip",
+ "notap",
+ ],
deps = [
":distribute_coordinator",
"//tensorflow/core:protos_all_py",