mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-03 12:50:06 +06:00
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:
parent
f2b59c6173
commit
f2909e024c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user