Disable test for macos.
PiperOrigin-RevId: 339518747 Change-Id: Icc30e85709c361c27e650f1fefef640f4a81fae9
This commit is contained in:
parent
1cfddcabc0
commit
98463beda0
@ -496,6 +496,7 @@ tf_cc_test(
|
|||||||
size = "small",
|
size = "small",
|
||||||
srcs = ["grpc_tensor_coding_test.cc"],
|
srcs = ["grpc_tensor_coding_test.cc"],
|
||||||
tags = [
|
tags = [
|
||||||
|
"no_mac",
|
||||||
"no_windows",
|
"no_windows",
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
@ -518,6 +519,9 @@ tf_cc_test(
|
|||||||
name = "grpc_util_test",
|
name = "grpc_util_test",
|
||||||
size = "small",
|
size = "small",
|
||||||
srcs = ["grpc_util_test.cc"],
|
srcs = ["grpc_util_test.cc"],
|
||||||
|
tags = [
|
||||||
|
"no_mac",
|
||||||
|
],
|
||||||
deps = [
|
deps = [
|
||||||
":grpc_util",
|
":grpc_util",
|
||||||
"//tensorflow/core:test",
|
"//tensorflow/core:test",
|
||||||
|
Loading…
Reference in New Issue
Block a user