Skip test_push_to_hub_with_saves_each_epoch for now (#38022)

* update

* trigger CI

---------

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar 2025-05-08 16:26:24 +02:00 committed by GitHub
parent f2b59c6173
commit f2909e024c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4939,6 +4939,8 @@ class TrainerIntegrationWithHubTester(unittest.TestCase):
commits = commit_logs.split("\n\n")[1::2]
return [commit.strip() for commit in commits]
# TODO: @ydshieh or @SunMarc
@unittest.skip("unknown failure reason, possibly staging hub issue")
def test_push_to_hub_with_saves_each_epoch(self):
with TemporaryHubRepo(token=self._token) as tmp_repo:
with tempfile.TemporaryDirectory() as tmp_dir: