Merge pull request #45729 from tensorflow/mm-fix-sanity-build-on-r2.3
Fix sanity build
This commit is contained in:
commit
8a8d683296
@ -790,6 +790,7 @@ tf_py_test(
|
||||
name = "parsing_ops_test",
|
||||
size = "medium",
|
||||
srcs = ["parsing_ops_test.py"],
|
||||
tags = ["no_mac"],
|
||||
deps = [
|
||||
"//tensorflow/core:protos_all_py",
|
||||
"//tensorflow/python:array_ops",
|
||||
@ -801,7 +802,6 @@ tf_py_test(
|
||||
"//tensorflow/python:platform",
|
||||
"//third_party/py/numpy",
|
||||
],
|
||||
tags = ["no_mac"],
|
||||
)
|
||||
|
||||
tf_py_test(
|
||||
|
@ -24,6 +24,7 @@ tf_py_test(
|
||||
name = "resource_ops_test",
|
||||
size = "small",
|
||||
srcs = ["resource_ops_test.py"],
|
||||
tags = ["no_mac"],
|
||||
deps = [
|
||||
"//tensorflow/core/kernels/boosted_trees:boosted_trees_proto_py",
|
||||
"//tensorflow/python:boosted_trees_ops",
|
||||
@ -33,13 +34,13 @@ tf_py_test(
|
||||
"//tensorflow/python:training",
|
||||
"//tensorflow/python:variables",
|
||||
],
|
||||
tags = ["no_mac"],
|
||||
)
|
||||
|
||||
tf_py_test(
|
||||
name = "prediction_ops_test",
|
||||
size = "small",
|
||||
srcs = ["prediction_ops_test.py"],
|
||||
tags = ["no_mac"],
|
||||
deps = [
|
||||
"//tensorflow/core/kernels/boosted_trees:boosted_trees_proto_py",
|
||||
"//tensorflow/python:array_ops",
|
||||
@ -48,7 +49,6 @@ tf_py_test(
|
||||
"//tensorflow/python:framework_test_lib",
|
||||
"//tensorflow/python:resources",
|
||||
],
|
||||
tags = ["no_mac"],
|
||||
)
|
||||
|
||||
tf_py_test(
|
||||
@ -71,6 +71,7 @@ tf_py_test(
|
||||
name = "training_ops_test",
|
||||
size = "small",
|
||||
srcs = ["training_ops_test.py"],
|
||||
tags = ["no_mac"],
|
||||
deps = [
|
||||
"//tensorflow/core/kernels/boosted_trees:boosted_trees_proto_py",
|
||||
"//tensorflow/python:array_ops",
|
||||
@ -79,7 +80,6 @@ tf_py_test(
|
||||
"//tensorflow/python:framework_test_lib",
|
||||
"//tensorflow/python:resources",
|
||||
],
|
||||
tags = ["no_mac"],
|
||||
)
|
||||
|
||||
tf_py_test(
|
||||
|
Loading…
Reference in New Issue
Block a user