Disable a few tests that TFRT doesn't support.
PiperOrigin-RevId: 355663937 Change-Id: Iee2de395a6876c4b28165a056f02e2bce5a55caa
This commit is contained in:
parent
340993f592
commit
0f26396d81
@ -6341,6 +6341,7 @@ cuda_py_test(
|
|||||||
python_version = "PY3",
|
python_version = "PY3",
|
||||||
tags = [
|
tags = [
|
||||||
"grappler",
|
"grappler",
|
||||||
|
"no_tfrt", #TODO(b/174712583)
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
":array_ops",
|
":array_ops",
|
||||||
@ -6365,6 +6366,7 @@ cuda_py_test(
|
|||||||
python_version = "PY3",
|
python_version = "PY3",
|
||||||
tags = [
|
tags = [
|
||||||
"grappler",
|
"grappler",
|
||||||
|
"no_tfrt", #TODO(b/174712583)
|
||||||
],
|
],
|
||||||
xla_enable_strict_auto_jit = False,
|
xla_enable_strict_auto_jit = False,
|
||||||
deps = [
|
deps = [
|
||||||
|
@ -19,6 +19,9 @@ py_test(
|
|||||||
name = "mlir_test",
|
name = "mlir_test",
|
||||||
srcs = ["mlir_test.py"],
|
srcs = ["mlir_test.py"],
|
||||||
python_version = "PY3",
|
python_version = "PY3",
|
||||||
|
tags = [
|
||||||
|
"no_tfrt", # TODO(b/179308349)
|
||||||
|
],
|
||||||
deps = [
|
deps = [
|
||||||
":mlir",
|
":mlir",
|
||||||
"//tensorflow/python:client_testlib",
|
"//tensorflow/python:client_testlib",
|
||||||
|
@ -47,6 +47,7 @@ py_test(
|
|||||||
"no_oss_py2",
|
"no_oss_py2",
|
||||||
"no_pip",
|
"no_pip",
|
||||||
"no_rocm", # No need to rerun this test for ROCm config.
|
"no_rocm", # No need to rerun this test for ROCm config.
|
||||||
|
"no_tfrt", # TODO(b/179308349)
|
||||||
"no_windows", # numpy prints differently on windows.
|
"no_windows", # numpy prints differently on windows.
|
||||||
"noasan",
|
"noasan",
|
||||||
"nomsan",
|
"nomsan",
|
||||||
|
Loading…
Reference in New Issue
Block a user