Skip to content

Commit 6a0217e

Browse files
authored
Mark test_gather_dep* as xfail (#5432)
* Mark test_gather_dep as flaky * xfail
1 parent ce1d0f1 commit 6a0217e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

distributed/tests/test_worker.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3089,6 +3089,7 @@ async def _wait_for_flight(key, worker):
30893089
await asyncio.sleep(0)
30903090

30913091

3092+
@pytest.mark.xfail(reason="#5406")
30923093
@gen_cluster(client=True)
30933094
async def test_gather_dep_do_not_handle_response_of_not_requested_tasks(c, s, a, b):
30943095
"""At time of writing, the gather_dep implementation filtered tasks again
@@ -3122,6 +3123,7 @@ async def test_gather_dep_do_not_handle_response_of_not_requested_tasks(c, s, a,
31223123
await fut3
31233124

31243125

3126+
@pytest.mark.xfail(reason="#5406")
31253127
@gen_cluster(
31263128
client=True,
31273129
config={

0 commit comments

Comments
 (0)