From 98463beda0f3c24f9fad8e97e5f10e2354096a4c Mon Sep 17 00:00:00 2001
From: Geeta Chavan <geetac@google.com>
Date: Wed, 28 Oct 2020 12:50:25 -0700
Subject: [PATCH] Disable test for macos.

PiperOrigin-RevId: 339518747
Change-Id: Icc30e85709c361c27e650f1fefef640f4a81fae9
---
 tensorflow/core/distributed_runtime/rpc/BUILD | 4 ++++
 1 file changed, 4 insertions(+)

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",