Skip to content

Commit de1844a

Browse files
committed
skipif
1 parent 1877c89 commit de1844a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integrations/test_real_cloud.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ def test_lightning_plain_resume(trainer_method, registry, importing, in_studio,
208208
],
209209
)
210210
@pytest.mark.cloud
211+
@pytest.mark.skipif(platform.system() != "Linux", reason="Only Linux is supported for DDP")
211212
def test_lightning_checkpoint_ddp(importing, tmp_path):
212213
if importing == "lightning":
213214
from lightning import Trainer

0 commit comments

Comments
 (0)