Disable a failed TFRT Python test.
PiperOrigin-RevId: 327296892 Change-Id: Iac985b38dea117b9d26da303c7307b2cf1c8e828
This commit is contained in:
parent
6496dcd37c
commit
9c16428e04
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user