Skip to content

Commit

Permalink
Add missing skip condition
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanNaren authored and awaelchli committed Apr 13, 2021
1 parent ca4435d commit 82d8d7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/models/test_horovod.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ def validation_step(self, batch, *args, **kwargs):
tpipes.run_model_test_without_loggers(trainer_options, model)


# todo: need to be fixed :]
@pytest.mark.skip('TODO: flaky test - Fatal Python error: Aborted')
@pytest.mark.skipif(platform.system() == "Windows", reason="Horovod is not supported on Windows")
@pytest.mark.skipif(not _HOROVOD_AVAILABLE, reason="Horovod is unavailable")
def test_horovod_multi_optimizer(tmpdir):
Expand Down

0 comments on commit 82d8d7d

Please sign in to comment.