From d187008e8490fd52f7434b6ec736918a0d63cc61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Mon, 2 Aug 2021 17:54:05 +0200 Subject: [PATCH] Un-skip some Horovod tests (#8676) --- tests/models/test_horovod.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/models/test_horovod.py b/tests/models/test_horovod.py index a36ab2b3b7..c3f3cdcf7f 100644 --- a/tests/models/test_horovod.py +++ b/tests/models/test_horovod.py @@ -242,8 +242,6 @@ def test_horovod_transfer_batch_to_gpu(tmpdir): tpipes.run_model_test_without_loggers(trainer_options, model) -# todo: need to be fixed :] -@pytest.mark.skip("TODO: flaky test - Fatal Python error: Aborted") @RunIf(skip_windows=True, horovod=True) def test_horovod_multi_optimizer(tmpdir): model = BasicGAN() @@ -377,8 +375,6 @@ def test_accuracy_metric_horovod(): horovod.run(_compute_batch, np=2) -# todo: need to be fixed :] -@pytest.mark.skip("TODO: flaky test - Fatal Python error: Aborted") @RunIf(skip_windows=True, horovod=True) def test_horovod_multi_optimizer_with_scheduling_stepping(tmpdir): class TestModel(BoringModel):