Skip to content

Commit 2dab85a

Browse files
authored
Un-skip test_nested_compute (#7247)
1 parent aa1c6d8 commit 2dab85a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

distributed/tests/test_client.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import gc
77
import inspect
88
import logging
9-
import math
109
import operator
1110
import os
1211
import pathlib
@@ -5613,12 +5612,6 @@ async def close():
56135612
loop.run_sync(close) # TODO: client.close() does not unset global client
56145613

56155614

5616-
# FIXME shouldn't consistently fail on windows, may be an actual bug
5617-
@pytest.mark.skipif(
5618-
WINDOWS
5619-
and math.isfinite(dask.config.get("distributed.scheduler.worker-saturation")),
5620-
reason="flaky on Windows with queuing active",
5621-
)
56225615
@pytest.mark.slow
56235616
@gen_cluster(client=True, Worker=Nanny, timeout=60, nthreads=[("127.0.0.1", 3)] * 2)
56245617
async def test_nested_compute(c, s, a, b):

0 commit comments

Comments
 (0)