Skip test until investigation

This commit is contained in:
Lysandre 2020-11-11 12:58:59 -05:00
parent aa2a2c6579
commit c7b6bbec5c
1 changed files with 1 additions and 0 deletions

View File

@ -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)