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
hjoliver and oliver-sanders authored Jan 25, 2024
1 parent 0ceb438 commit 706cbbe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/integration/test_task_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -1045,10 +1045,6 @@ async def test_db_update_on_removal(
async with start(schd):
task_a = schd.pool.get_tasks()[0]

# set it to running (and submitted implied)
schd.pool.set(
[task_a.identity], [TASK_OUTPUT_STARTED], None, ['all'])

# set the task to running
schd.pool.task_events_mgr.process_message(task_a, 1, 'started')

Expand Down

0 comments on commit 706cbbe

Please sign in to comment.