"docs/source/vscode:/vscode.git/clone" did not exist on "dd9d45b6ecc0861847e21d461187711331a56138"
Unverified Commit 981714ef authored by Joao Gante's avatar Joao Gante Committed by GitHub
Browse files

CLI: reenable `pt_to_tf` test (#18108)

parent f5221c06
......@@ -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"]
......
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