Skip to content

Commit

Permalink
disable flaky retries for test_distributed_executor because it hangs …
Browse files Browse the repository at this point in the history
…sometimes
  • Loading branch information
basnijholt committed Sep 24, 2021
1 parent bad3fc0 commit 2bd6940
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions adaptive/tests/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import sys
import time

import flaky
import pytest

from adaptive.learner import Learner1D, Learner2D
Expand Down Expand Up @@ -127,7 +126,6 @@ def test_ipyparallel_executor():
raise RuntimeError("Could not stop ipcluster")


@flaky.flaky(max_runs=5)
@pytest.mark.timeout(60)
@pytest.mark.skipif(not with_distributed, reason="dask.distributed is not installed")
@pytest.mark.skipif(OPERATING_SYSTEM == "Windows", reason="XXX: seems to always fail")
Expand Down

0 comments on commit 2bd6940

Please sign in to comment.