Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca committed Nov 16, 2021
1 parent f6f0a9c commit bdca228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/trainer/test_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,7 @@ def test_trainer_predict_1_gpu(tmpdir):
predict(tmpdir, accelerator="gpu", devices=1)


@RunIf(skip_windows=True, skip_49370=True)
@RunIf(skip_windows=True)
def test_trainer_predict_ddp_spawn(tmpdir):
predict(tmpdir, strategy="ddp_spawn", accelerator="auto", devices=2)

Expand Down

0 comments on commit bdca228

Please sign in to comment.