Skip to content

Commit

Permalink
hot fix for smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zpoint committed Dec 18, 2024
1 parent 91d8f5e commit 3f913de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ def test_gcp_stale_job_manual_restart():
# Ensure the skylet updated the stale job status.
_get_cmd_wait_until_job_status_contains_without_matching_job(
cluster_name=name,
job_status=[JobStatus.FAILED.value],
job_status=[JobStatus.FAILED],
timeout=events.JobSchedulerEvent.EVENT_INTERVAL_SECONDS)
],
f'sky down -y {name}',
Expand Down

0 comments on commit 3f913de

Please sign in to comment.