From c7b6bbec5c20394ab712b9c0bc9a97371590b74e Mon Sep 17 00:00:00 2001 From: Lysandre Date: Wed, 11 Nov 2020 12:58:59 -0500 Subject: [PATCH] Skip test until investigation --- tests/test_hf_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_hf_api.py b/tests/test_hf_api.py index fed1fc42f1..040d756ff3 100644 --- a/tests/test_hf_api.py +++ b/tests/test_hf_api.py @@ -108,6 +108,7 @@ class HfApiEndpointsTest(HfApiCommonTest): o = objs[-1] self.assertIsInstance(o, RepoObj) + @unittest.skip("Until @julien-c or @pierrci debugs") def test_create_and_delete_repo(self): self._api.create_repo(token=self._token, name=REPO_NAME) self._api.delete_repo(token=self._token, name=REPO_NAME)