Disable a few tests that TFRT doesn't support.

PiperOrigin-RevId: 355663937
Change-Id: Iee2de395a6876c4b28165a056f02e2bce5a55caa
This commit is contained in:
Chuanhao Zhuge 2021-02-04 10:55:06 -08:00 committed by TensorFlower Gardener
parent 340993f592
commit 0f26396d81
3 changed files with 6 additions and 0 deletions
tensorflow
python
BUILD
compiler/mlir
tools/docs

View File

@ -6341,6 +6341,7 @@ cuda_py_test(
python_version = "PY3",
tags = [
"grappler",
"no_tfrt", #TODO(b/174712583)
],
deps = [
":array_ops",
@ -6365,6 +6366,7 @@ cuda_py_test(
python_version = "PY3",
tags = [
"grappler",
"no_tfrt", #TODO(b/174712583)
],
xla_enable_strict_auto_jit = False,
deps = [

View File

@ -19,6 +19,9 @@ py_test(
name = "mlir_test",
srcs = ["mlir_test.py"],
python_version = "PY3",
tags = [
"no_tfrt", # TODO(b/179308349)
],
deps = [
":mlir",
"//tensorflow/python:client_testlib",

View File

@ -47,6 +47,7 @@ py_test(
"no_oss_py2",
"no_pip",
"no_rocm", # No need to rerun this test for ROCm config.
"no_tfrt", # TODO(b/179308349)
"no_windows", # numpy prints differently on windows.
"noasan",
"nomsan",