diff --git a/tensorflow/core/distributed_runtime/rpc/BUILD b/tensorflow/core/distributed_runtime/rpc/BUILD index 97dc8257750..ce1a20a5ae9 100644 --- a/tensorflow/core/distributed_runtime/rpc/BUILD +++ b/tensorflow/core/distributed_runtime/rpc/BUILD @@ -496,6 +496,7 @@ tf_cc_test( size = "small", srcs = ["grpc_tensor_coding_test.cc"], tags = [ + "no_mac", "no_windows", ], deps = [ @@ -518,6 +519,9 @@ tf_cc_test( name = "grpc_util_test", size = "small", srcs = ["grpc_util_test.cc"], + tags = [ + "no_mac", + ], deps = [ ":grpc_util", "//tensorflow/core:test",