Skip to content

Commit

Permalink
Skip test_deadlock_dependency_of_queued_released (#8723)
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait authored Jun 24, 2024
1 parent c3fb7f2 commit 9b8aff0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions distributed/tests/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -4650,6 +4650,10 @@ def assert_rootish():
await c.gather(fut3)


@pytest.mark.skipif(
not QUEUING_ON_BY_DEFAULT,
reason="The situation handled in this test requires queueing.",
)
@gen_cluster(client=True, nthreads=[("", 1)])
async def test_deadlock_dependency_of_queued_released(c, s, a):
@delayed
Expand Down

0 comments on commit 9b8aff0

Please sign in to comment.