mark slow tests that are timing out in CI (#3428) [skip ci]

This commit is contained in:
Wing Lian
2026-03-02 12:26:30 -05:00
committed by GitHub
parent aa88c2e30b
commit 444020b332
2 changed files with 2 additions and 0 deletions

View File

@@ -423,6 +423,7 @@ class TestFSDP2:
verify_training_success(temp_dir)
@pytest.mark.skip(reason="slow test w cu129 + torch 2.9.1 + py3.12")
@require_torch_2_7_0
def test_dpo_lora(self, temp_dir):
cfg = DictDefault(

View File

@@ -116,6 +116,7 @@ class TestTokenizers:
tokenizer.decode([128041, 128042]) == "RANDOM_OVERRIDE_1RANDOM_OVERRIDE_2"
)
@pytest.mark.skip("FIXME slow test sdist py3.11 + torch2.8.0")
@enable_hf_offline
def test_added_tokens_overrides_gemma3(self, temp_dir):
cfg = DictDefault(