aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/nccl/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/nccl/BUILD')
-rw-r--r--tensorflow/contrib/nccl/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/nccl/BUILD b/tensorflow/contrib/nccl/BUILD
index df9dbb457a..ed9fb64b95 100644
--- a/tensorflow/contrib/nccl/BUILD
+++ b/tensorflow/contrib/nccl/BUILD
@@ -48,8 +48,8 @@ tf_cuda_cc_test(
# Disabled on jenkins until errors finding nvmlShutdown are found.
tags = [
"manual",
- "multi_gpu",
"no_oss",
+ "noguitar", # note: is run manually there
"notap",
],
deps = if_cuda(
@@ -138,8 +138,8 @@ cuda_py_test(
# Disabled on jenkins until errors finding nvmlShutdown are found.
tags = [
"manual",
- "multi_gpu",
"no_oss",
+ "noguitar", # note: is run manually there
"notap",
],
)