From 3f913decaac440fb269f8ba3cc584c1972ee2e44 Mon Sep 17 00:00:00 2001 From: ZePing Guo Date: Mon, 9 Dec 2024 12:43:16 +0800 Subject: [PATCH] hot fix for smoke tests --- tests/test_smoke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_smoke.py b/tests/test_smoke.py index a225c10566c..58a33334f79 100644 --- a/tests/test_smoke.py +++ b/tests/test_smoke.py @@ -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}',