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",
|
||||
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",
|
||||
|
Loading…
Reference in New Issue
Block a user