Skip to content

Commit

Permalink
Update tests/integration/test_task_pool.py
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Sanders <[email protected]>
  • Loading branch information
wxtim and oliver-sanders authored Jul 18, 2023
1 parent 57c3650 commit 7683884
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/integration/test_task_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,10 @@ async def test_no_flow_tasks_dont_spawn(
async def test_task_proxy_remove_from_queues(
flow, one_conf, scheduler, start,
):
"""TaskPool.remove deletes task proxies from queues."""
"""TaskPool.remove should delete task proxies from queues.
See https://github.com/cylc/cylc-flow/pull/5573
"""
# Set up a scheduler with a non-default queue:
one_conf['scheduling'] = {
'queues': {'queue_two': {'members': 'one, control'}},
Expand Down

0 comments on commit 7683884

Please sign in to comment.