Commit 3512e9f8 authored by Dan Kondratyuk's avatar Dan Kondratyuk Committed by A. Unique TensorFlower
Browse files

Skip MoViNet TF Lite export test.

PiperOrigin-RevId: 390387877
parent ae6c9d7a
......@@ -99,6 +99,8 @@ class ExportSavedModelTest(tf.test.TestCase):
self.assertAllClose(outputs, expected_outputs, 1e-5, 1e-5)
def test_movinet_export_a0_stream_with_tflite(self):
self.skipTest('b/195800800')
saved_model_path = self.get_temp_dir()
FLAGS.export_path = saved_model_path
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment