Disable test for macos.

PiperOrigin-RevId: 339518747
Change-Id: Icc30e85709c361c27e650f1fefef640f4a81fae9
This commit is contained in:
Geeta Chavan 2020-10-28 12:50:25 -07:00
parent 1cfddcabc0
commit 98463beda0

View File

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