Skip to content

Commit

Permalink
update unschedulable job reason
Browse files Browse the repository at this point in the history
  • Loading branch information
zubenkoivan committed May 21, 2024
1 parent c027d48 commit 435d8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async def test_unschedulable_job_lifecycle(helper: Helper) -> None:
else:
raise AssertionError(f"Timeout {job.id}: {job.status}")

assert job.history.reason == "Job will not fit into cluster"
assert job.history.reason == "Job cannot be scheduled"
assert job.history.description == "The job could not be started."
# Check that it is not in a running job list anymore
jobs = [
Expand Down

0 comments on commit 435d8c4

Please sign in to comment.