Skip to content

Commit

Permalink
skip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
Wauplin committed Dec 14, 2023
1 parent ed99399 commit ab6bff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_hf_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2840,6 +2840,7 @@ def test_static_space_runtime(self) -> None:
runtime = self.api.get_space_runtime("victor/static-space")
self.assertIsInstance(runtime.raw, dict)

@unittest.skip("Too flaky to run in CI")
def test_pause_and_restart_space(self) -> None:
# Upload a fake app.py file
self.api.upload_file(path_or_fileobj=b"", path_in_repo="app.py", repo_id=self.repo_id, repo_type="space")
Expand Down

0 comments on commit ab6bff1

Please sign in to comment.