From 665966438b9715fa5340c946c8248d4675831b52 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 8 Sep 2017 20:00:25 -0700 Subject: [PATCH] Re-enable grpc_session_test. PiperOrigin-RevId: 168078694 --- tensorflow/core/distributed_runtime/rpc/BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorflow/core/distributed_runtime/rpc/BUILD b/tensorflow/core/distributed_runtime/rpc/BUILD index 6512f5bf5dd..ce8323303fe 100644 --- a/tensorflow/core/distributed_runtime/rpc/BUILD +++ b/tensorflow/core/distributed_runtime/rpc/BUILD @@ -465,7 +465,6 @@ tf_cuda_cc_test( linkstatic = tf_kernel_tests_linkstatic(), tags = tf_cuda_tests_tags() + [ "no_oss", # b/62956105: port conflicts. - "noguitar", # b/64805119 ], deps = [ ":grpc_channel",