Disable a failed TFRT Python test.

PiperOrigin-RevId: 327296892
Change-Id: Iac985b38dea117b9d26da303c7307b2cf1c8e828
This commit is contained in:
Chuanhao Zhuge 2020-08-18 13:37:22 -07:00 committed by TensorFlower Gardener
parent 6496dcd37c
commit 9c16428e04

View File

@ -30,6 +30,7 @@ from tensorflow.python.platform import test
class TemplateMirroredStrategyTest(test.TestCase):
@test_util.run_deprecated_v1
@test_util.disable_tfrt("Strategy not supported yet.")
def test_merge_call(self):
if not test.is_gpu_available():
self.skipTest("No GPU available")