Skip to content

Commit

Permalink
Temporarily xfail test_decide_worker_coschedule_order_neighbors to un…
Browse files Browse the repository at this point in the history
…block CI
  • Loading branch information
jrbourbeau committed Oct 23, 2023
1 parent b4eee3f commit 298730b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion distributed/tests/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ async def test_decide_worker_with_restrictions(client, s, a, b, c):
await x
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",
Expand Down

0 comments on commit 298730b

Please sign in to comment.