Skip to content

Commit

Permalink
✅ skip spaces tests while in beta
Browse files Browse the repository at this point in the history
  • Loading branch information
nateraw committed Oct 6, 2021
1 parent 246c2b3 commit 52f87dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_hf_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def test_create_update_and_delete_dataset_repo(self):
token=self._token, name=DATASET_REPO_NAME, repo_type=REPO_TYPE_DATASET
)

# @unittest.skip("skipped while spaces in beta")
@unittest.skip("skipped while spaces in beta")
def test_create_update_and_delete_space_repo(self):
with pytest.raises(ValueError, match=r"No spaces_sdk provided.*"):
self._api.create_repo(
Expand Down

0 comments on commit 52f87dc

Please sign in to comment.