Skip test until investigation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user