Merge pull request #45729 from tensorflow/mm-fix-sanity-build-on-r2.3

Fix sanity build
This commit is contained in:
Mihai Maruseac 2020-12-15 17:48:59 -08:00 committed by GitHub
commit 8a8d683296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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(

View File

@ -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(