From fd6970bc56afa5a011ab9b839f73fae1c9e72625 Mon Sep 17 00:00:00 2001 From: Sylvain Gugger Date: Mon, 8 May 2023 08:52:44 -0400 Subject: [PATCH] Skip failing test --- examples/tensorflow/test_tensorflow_examples.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/tensorflow/test_tensorflow_examples.py b/examples/tensorflow/test_tensorflow_examples.py index 956209baad..d5ae4c71b8 100644 --- a/examples/tensorflow/test_tensorflow_examples.py +++ b/examples/tensorflow/test_tensorflow_examples.py @@ -297,6 +297,7 @@ class ExamplesTests(TestCasePlus): result = get_results(tmp_dir) self.assertGreaterEqual(result["bleu"], 30) + @skip("Fix me Matt") def test_run_image_classification(self): tmp_dir = self.get_auto_remove_tmp_dir() testargs = f"""