Skip to content

Commit

Permalink
Un-skip test_nested_compute
Browse files Browse the repository at this point in the history
  • Loading branch information
gjoseph92 committed Nov 3, 2022
1 parent 02b9430 commit 6939c3d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions distributed/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import gc
import inspect
import logging
import math
import operator
import os
import pathlib
Expand Down Expand Up @@ -5613,12 +5612,6 @@ async def close():
loop.run_sync(close) # TODO: client.close() does not unset global client


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

0 comments on commit 6939c3d

Please sign in to comment.