Disabling the test for macos
This commit is contained in:
parent
259339c432
commit
117698df2a
@ -25,6 +25,9 @@ tf_py_test(
|
||||
size = "small",
|
||||
srcs = ["resource_ops_test.py"],
|
||||
tfrt_enabled = True,
|
||||
tags = [
|
||||
"no_mac", # b/173427076
|
||||
],
|
||||
deps = [
|
||||
"//tensorflow/core/kernels/boosted_trees:boosted_trees_proto_py",
|
||||
"//tensorflow/python:boosted_trees_ops",
|
||||
@ -41,6 +44,9 @@ tf_py_test(
|
||||
size = "small",
|
||||
srcs = ["prediction_ops_test.py"],
|
||||
tfrt_enabled = True,
|
||||
tags = [
|
||||
"no_mac", # b/173427076
|
||||
],
|
||||
deps = [
|
||||
"//tensorflow/core/kernels/boosted_trees:boosted_trees_proto_py",
|
||||
"//tensorflow/python:array_ops",
|
||||
@ -73,6 +79,9 @@ tf_py_test(
|
||||
size = "small",
|
||||
srcs = ["training_ops_test.py"],
|
||||
tfrt_enabled = True,
|
||||
tags = [
|
||||
"no_mac", # b/173427076
|
||||
],
|
||||
deps = [
|
||||
"//tensorflow/core/kernels/boosted_trees:boosted_trees_proto_py",
|
||||
"//tensorflow/python:array_ops",
|
||||
|
Loading…
x
Reference in New Issue
Block a user