提交 75ef048d 编写于 作者: M Mihai Maruseac 提交者: TensorFlower Gardener

Disable some keras tests on MacOS

PiperOrigin-RevId: 257666993
上级 6d08d74a
......@@ -606,6 +606,9 @@ tf_py_test(
"//third_party/py/numpy",
"//tensorflow/python:client_testlib",
],
tags = [
"nomac", # TODO(mihaimaruseac): b/127695564
],
)
tf_py_test(
......@@ -815,6 +818,9 @@ tf_py_test(
"@absl_py//absl/testing:parameterized",
"//tensorflow/python:client_testlib",
],
tags = [
"nomac", # TODO(mihaimaruseac): b/127695564
],
)
tf_py_test(
......@@ -1293,6 +1299,9 @@ cuda_py_test(
"//third_party/py/numpy",
"//tensorflow/python:client_testlib",
],
tags = [
"nomac", # TODO(mihaimaruseac): b/127695564
],
xla_enable_strict_auto_jit = True,
)
......@@ -1394,7 +1403,10 @@ tf_py_test(
"//tensorflow/python:client_testlib",
],
shard_count = 2,
tags = ["notsan"],
tags = [
"nomac", # TODO(mihaimaruseac): b/127695564
"notsan",
],
)
tf_py_test(
......@@ -1406,6 +1418,9 @@ tf_py_test(
"@absl_py//absl/testing:parameterized",
"//tensorflow/python:client_testlib",
],
tags = [
"nomac", # TODO(mihaimaruseac): b/127695564
],
)
tf_py_test(
......@@ -1421,6 +1436,7 @@ tf_py_test(
shard_count = 20,
tags = [
"no_rocm",
"nomac", # TODO(mihaimaruseac): b/127695564
"notsan",
],
)
......@@ -1436,6 +1452,9 @@ tf_py_test(
"//tensorflow/python:client_testlib",
],
shard_count = 4,
tags = [
"nomac", # TODO(mihaimaruseac): b/127695564
],
)
tf_py_test(
......@@ -1451,7 +1470,10 @@ tf_py_test(
"//tensorflow/python/data/ops:dataset_ops",
"//tensorflow/python:client_testlib",
],
tags = ["no_rocm"],
tags = [
"no_rocm",
"nomac", # TODO(mihaimaruseac): b/127695564
],
)
tf_py_test(
......@@ -1484,6 +1506,7 @@ tf_py_test(
"//tensorflow/python/feature_column:feature_column_py",
],
tags = [
"nomac", # TODO(mihaimaruseac): b/127695564
"notsan",
],
)
......@@ -1500,6 +1523,7 @@ tf_py_test(
],
tags = [
"no_rocm",
"nomac", # TODO(mihaimaruseac): b/127695564
"notsan",
],
)
......@@ -1561,6 +1585,7 @@ tf_py_test(
shard_count = 8,
tags = [
"no-internal-py3",
"nomac", # TODO(mihaimaruseac): b/127695564
],
)
......@@ -1575,7 +1600,10 @@ tf_py_test(
"//tensorflow/python:client_testlib",
],
shard_count = 8,
tags = ["no_rocm"],
tags = [
"no_rocm",
"nomac", # TODO(mihaimaruseac): b/127695564
],
)
tf_py_test(
......@@ -1589,6 +1617,9 @@ tf_py_test(
"//tensorflow/python:client_testlib",
],
shard_count = 8,
tags = [
"nomac", # TODO(mihaimaruseac): b/127695564
],
)
tf_py_test(
......@@ -1614,6 +1645,9 @@ tf_py_test(
"//third_party/py/numpy",
"//tensorflow/python:client_testlib",
],
tags = [
"nomac", # TODO(mihaimaruseac): b/127695564
],
)
tf_py_test(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册