Disabling the test for macos

This commit is contained in:
Peng Wang 2020-11-16 14:02:05 -08:00 committed by Geeta Chavan
parent 259339c432
commit 117698df2a

View File

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