From 33c581bdab4073b758d9f610e773b39df6c4ee98 Mon Sep 17 00:00:00 2001 From: Ayush Dubey Date: Wed, 3 Jul 2019 15:00:06 -0700 Subject: [PATCH] Temporarily disable collective ring tests as they are failing in OSS. PiperOrigin-RevId: 256444277 --- tensorflow/core/BUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD index 621bbcd3576..66e4828f2ec 100644 --- a/tensorflow/core/BUILD +++ b/tensorflow/core/BUILD @@ -4336,7 +4336,9 @@ tf_cc_tests_gpu( "common_runtime/ring_reducer_test.cc", ], linkstatic = tf_kernel_tests_linkstatic(), - tags = tf_cuda_tests_tags(), + tags = tf_cuda_tests_tags() + [ + "no_oss", # TODO(b/136665883): re-enable after fixing OSS failure + ], deps = [ ":all_kernels", ":core", @@ -4365,7 +4367,9 @@ tf_cc_tests_gpu( "common_runtime/ring_gatherer_test.cc", ], linkstatic = tf_kernel_tests_linkstatic(), - tags = tf_cuda_tests_tags(), + tags = tf_cuda_tests_tags() + [ + "no_oss", # TODO(b/136665883): re-enable after fixing OSS failure + ], deps = [ ":all_kernels", ":core",