From 153d57cea49181d4aca4b684ed681a6e060763e0 Mon Sep 17 00:00:00 2001 From: Derek Murray Date: Wed, 14 Dec 2016 17:05:05 -0800 Subject: Disable flaky test case in grpc_session_test. Change: 142084021 --- tensorflow/core/distributed_runtime/rpc/grpc_session_test.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 cluster; TF_CHECK_OK(test::TestCluster::MakeTestCluster(Devices(1, 0), 2, &cluster)); -- cgit v1.2.3