Disable node_test on mac.
PiperOrigin-RevId: 308467322 Change-Id: Ic94f3c5fd2c80018ca08b00e5dee16af1c5755b4
This commit is contained in:
parent
5e7c9e2690
commit
e56abe5a08
@ -501,6 +501,9 @@ tf_py_test(
|
|||||||
srcs = ["node_test.py"],
|
srcs = ["node_test.py"],
|
||||||
python_version = "PY3",
|
python_version = "PY3",
|
||||||
shard_count = 3,
|
shard_count = 3,
|
||||||
|
tags = [
|
||||||
|
"nomac", # TODO(mihaimaruseac): b/127695564
|
||||||
|
],
|
||||||
deps = [
|
deps = [
|
||||||
":base_layer",
|
":base_layer",
|
||||||
":engine",
|
":engine",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user