Skip to content

Commit 2bd6940

Browse files
committed
disable flaky retries for test_distributed_executor because it hangs sometimes
1 parent bad3fc0 commit 2bd6940

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adaptive/tests/test_runner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import sys
44
import time
55

6-
import flaky
76
import pytest
87

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

129128

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

0 commit comments

Comments
 (0)