From b80dbdade2c8d955157e077c3f6918b3880b10ee Mon Sep 17 00:00:00 2001 From: fjetter Date: Wed, 13 Dec 2023 15:47:41 +0100 Subject: [PATCH] Re-enable test_decide_worker_coschedule_order_neighbors --- distributed/tests/test_scheduler.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/distributed/tests/test_scheduler.py b/distributed/tests/test_scheduler.py index 5485d44e639..1b445640cfa 100644 --- a/distributed/tests/test_scheduler.py +++ b/distributed/tests/test_scheduler.py @@ -155,8 +155,6 @@ async def test_decide_worker_with_restrictions(client, s, a, b, c): assert x.key in a.data or x.key in b.data -# FIXME: Temporarily xfail-ing to unblock CI -@pytest.mark.xfail(reason="https://github.com/dask/distributed/issues/8255") @pytest.mark.parametrize("ndeps", [0, 1, 4]) @pytest.mark.parametrize( "nthreads",