Skip to content

Commit

Permalink
response to verbal review
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Jan 3, 2024
1 parent 0b2a1d7 commit f1d559f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/integration/test_task_job_mgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ async def test__prep_submit_task_job_impl_handles_execution_time_limit(
flow: Fixture,
scheduler: Fixture,
start: Fixture,
validate: Fixture,
pytestconfig: Fixture
):
"""Ensure that emptying the execution time limit unsets it.
Expand All @@ -158,9 +156,6 @@ async def test__prep_submit_task_job_impl_handles_execution_time_limit(
}
}
})
# Debugging only:
if pytestconfig.option.verbose > 2:
validate(id_)

# Run in live mode - function not called in sim mode.
schd = scheduler(id_, run_mode='live')
Expand Down

0 comments on commit f1d559f

Please sign in to comment.