From 981714efe12c5fc481ad38632ca0db88cd85004c Mon Sep 17 00:00:00 2001 From: Joao Gante Date: Tue, 12 Jul 2022 13:38:05 +0100 Subject: [PATCH] CLI: reenable `pt_to_tf` test (#18108) --- tests/utils/test_cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/utils/test_cli.py b/tests/utils/test_cli.py index 56cf83415d..f39aa60067 100644 --- a/tests/utils/test_cli.py +++ b/tests/utils/test_cli.py @@ -33,7 +33,6 @@ class CLITest(unittest.TestCase): self.assertIn("Platform", cs.out) self.assertIn("Using distributed or parallel set-up in script?", cs.out) - @unittest.skip("Joao will fix me tomorrow.") @is_pt_tf_cross_test @patch( "sys.argv", ["fakeprogrampath", "pt-to-tf", "--model-name", "hf-internal-testing/tiny-random-gptj", "--no-pr"]