Disable failing kernel_tests:resource_variable_ops_test_tfrt

PiperOrigin-RevId: 338384731
Change-Id: I38840c0243089e5f3c2daf382c3603f1f1da114d
This commit is contained in:
Ran Chen 2020-10-21 18:58:30 -07:00 committed by TensorFlower Gardener
parent 524bd6788f
commit 37f7c75a71

View File

@ -975,7 +975,7 @@ cuda_py_test(
#
# TODO(b/128347673): Re-enable.
tags = ["no_windows"],
tfrt_enabled = True,
tfrt_enabled = False,
deps = [
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",