未验证 提交 7b04bc8c 编写于 作者: M Mihai Maruseac 提交者: GitHub

Merge pull request #43317 from tensorflow/mm-fix-r2.2-builds

Disable more tests on mac
...@@ -6481,6 +6481,8 @@ tf_py_test( ...@@ -6481,6 +6481,8 @@ tf_py_test(
# The multiprocessing module behaves differently on # The multiprocessing module behaves differently on
# windows, so we disable this test on windows. # windows, so we disable this test on windows.
"no_windows", "no_windows",
# Also disable on mac
"no_mac",
], ],
deps = [ deps = [
":client_testlib", ":client_testlib",
......
...@@ -872,6 +872,7 @@ py_test( ...@@ -872,6 +872,7 @@ py_test(
python_version = "PY3", python_version = "PY3",
srcs_version = "PY2AND3", srcs_version = "PY2AND3",
tags = [ tags = [
"no_mac",
"no_oss_py38", #TODO(b/151449908) "no_oss_py38", #TODO(b/151449908)
"no_windows", "no_windows",
], ],
......
...@@ -718,6 +718,7 @@ cuda_py_test( ...@@ -718,6 +718,7 @@ cuda_py_test(
name = "matrix_solve_ls_op_test", name = "matrix_solve_ls_op_test",
size = "medium", size = "medium",
srcs = ["matrix_solve_ls_op_test.py"], srcs = ["matrix_solve_ls_op_test.py"],
tags = ["no_mac"],
deps = [ deps = [
"//tensorflow/python:array_ops", "//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib", "//tensorflow/python:client_testlib",
......
...@@ -28,6 +28,7 @@ py_test( ...@@ -28,6 +28,7 @@ py_test(
python_version = "PY3", python_version = "PY3",
srcs_version = "PY2AND3", srcs_version = "PY2AND3",
tags = [ tags = [
"no_mac",
"no_oss_py38", "no_oss_py38",
"no_pip", "no_pip",
"no_rocm", "no_rocm",
......
...@@ -24,6 +24,7 @@ py_test( ...@@ -24,6 +24,7 @@ py_test(
srcs = ["tf_doctest.py"], srcs = ["tf_doctest.py"],
python_version = "PY3", python_version = "PY3",
tags = [ tags = [
"no_mac",
"no_oss_py2", "no_oss_py2",
"no_pip", "no_pip",
"no_windows", # numpy prints differently on windows. "no_windows", # numpy prints differently on windows.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册