Disable a Python test for TFRT due to MLIR lowering issue.

PiperOrigin-RevId: 357822693
Change-Id: Ic7b8bfa71673edabdff756268e00aae42e8fdfca
This commit is contained in:
Chuanhao Zhuge 2021-02-16 15:51:51 -08:00 committed by TensorFlower Gardener
parent 63a277f28a
commit 18b63d903e

View File

@ -987,6 +987,7 @@ class TensorListTest(PForTestCase):
self._test_loop_fn(loop_fn, 2)
@test_util.disable_tfrt("b/180206304")
def test_create_inside_and_read(self):
def loop_fn(i):