Skip to content

Commit 77b2267

Browse files
committed
Do not skip test_deadlock
1 parent f5a6cd8 commit 77b2267

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/stability/test_deadlock.py

-8
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,9 @@
22

33
import coiled.v2
44
import dask
5-
import pytest
65
from distributed import Client, wait
76

87

9-
# @pytest.mark.skipif(
10-
# Version(distributed.__version__) < Version("2022.4.2"),
11-
# reason="https://github.com/dask/distributed/issues/6110",
12-
# )
13-
@pytest.mark.skip(
14-
reason="Skip until https://github.com/dask/distributed/pull/6637 is merged"
15-
)
168
def test_repeated_merge_spill(upload_cluster_dump, benchmark_time):
179
with coiled.v2.Cluster(
1810
name=f"test_deadlock-{uuid.uuid4().hex}",

0 commit comments

Comments
 (0)