Skip to content

Commit 994e6f0

Browse files
authored
[Test] Fix Pool Single Yaml Test (#8058)
* Don't check ID. * Fix.
1 parent 13e506b commit 994e6f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/smoke_tests/test_pools.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,8 +1214,7 @@ def test_pools_single_yaml(generic_cloud: str):
12141214
pool_name=pool_name, pool_yaml=one_config_yaml.name),
12151215
(f's=$(sky jobs launch --pool {pool_name} {one_config_yaml.name} --name {job_name} -d -y); '
12161216
'echo "$s"; '
1217-
'echo; echo; echo "$s" | grep "Job submitted, ID: 1"; '
1218-
'echo "$s" | grep "Unified job"'),
1217+
'echo; echo; echo "$s" | grep "Job submitted"'),
12191218
wait_until_job_status(job_name, ['SUCCEEDED'], timeout=timeout),
12201219
],
12211220
timeout=smoke_tests_utils.get_timeout(generic_cloud),

0 commit comments

Comments
 (0)