aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tensorflow/core/distributed_runtime/rpc/grpc_session_test.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/tensorflow/core/distributed_runtime/rpc/grpc_session_test.cc b/tensorflow/core/distributed_runtime/rpc/grpc_session_test.cc
index e5d28f8450..49793a6f8c 100644
--- a/tensorflow/core/distributed_runtime/rpc/grpc_session_test.cc
+++ b/tensorflow/core/distributed_runtime/rpc/grpc_session_test.cc
@@ -269,7 +269,9 @@ void SetDevice(GraphDef* graph, const string& name, const string& dev) {
LOG(FATAL) << "Name '" << name << "' not found.";
}
-TEST(GrpcSessionTest, MultiDevices) {
+// TODO(b/32636929): This test fails 1/1000 times. Disable it while we
+// figure out why.
+TEST(GrpcSessionTest, DISABLED_MultiDevices) {
std::unique_ptr<test::TestCluster> cluster;
TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster));