aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/nccl
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-05-25 18:14:39 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-05-25 18:18:01 -0700
commitca0d25c2d7f7dea6f35e3dea20c8a755fd58c637 (patch)
tree4bfe7d72b5804ce0d569f27912b45b9666d405eb /tensorflow/contrib/nccl
parent9a8e455a0af340320109f7b347b2aefc0af4bd11 (diff)
Disable flaky timeout test.
PiperOrigin-RevId: 157178069
Diffstat (limited to 'tensorflow/contrib/nccl')
-rw-r--r--tensorflow/contrib/nccl/BUILD37
1 files changed, 19 insertions, 18 deletions
diff --git a/tensorflow/contrib/nccl/BUILD b/tensorflow/contrib/nccl/BUILD
index 9d02db6fc8..338181e4ca 100644
--- a/tensorflow/contrib/nccl/BUILD
+++ b/tensorflow/contrib/nccl/BUILD
@@ -112,24 +112,25 @@ tf_custom_op_py_library(
],
)
-cuda_py_test(
- name = "nccl_ops_test",
- size = "small",
- srcs = ["python/ops/nccl_ops_test.py"],
- additional_deps = [
- ":nccl_py",
- "//tensorflow/python:array_ops",
- "//tensorflow/python:client_testlib",
- "//tensorflow/python:framework_for_generated_wrappers",
- "//tensorflow/python:framework_test_lib",
- "//tensorflow/python:platform_test",
- ],
- # Disabled on jenkins until errors finding nvmlShutdown are found.
- tags = [
- "manual",
- "notap",
- ],
-)
+# http://b/62064807
+# cuda_py_test(
+# name = "nccl_ops_test",
+# size = "small",
+# srcs = ["python/ops/nccl_ops_test.py"],
+# additional_deps = [
+# ":nccl_py",
+# "//tensorflow/python:array_ops",
+# "//tensorflow/python:client_testlib",
+# "//tensorflow/python:framework_for_generated_wrappers",
+# "//tensorflow/python:framework_test_lib",
+# "//tensorflow/python:platform_test",
+# ],
+# # Disabled on jenkins until errors finding nvmlShutdown are found.
+# tags = [
+# "manual",
+# "notap",
+# ],
+# )
filegroup(
name = "all_files",