From 4bb73ce54a07f5faa0f2b72e7fcfabe110527c5d Mon Sep 17 00:00:00 2001 From: Andrew Aikawa Date: Thu, 19 Dec 2024 07:34:34 +0000 Subject: [PATCH] handle 2cpu serve tests --- tests/smoke_tests/test_sky_serve.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/smoke_tests/test_sky_serve.py b/tests/smoke_tests/test_sky_serve.py index d242dd7a719..6f4d834a9dc 100644 --- a/tests/smoke_tests/test_sky_serve.py +++ b/tests/smoke_tests/test_sky_serve.py @@ -540,6 +540,7 @@ def test_skyserve_update(generic_cloud: str): # TODO: fluidstack does not support `--cpus 2`, but the check for services in this test is based on CPUs @pytest.mark.no_fluidstack +@pytest.mark.no_do # DO does not support `--cpus 2` @pytest.mark.serve def test_skyserve_rolling_update(generic_cloud: str): """Test skyserve with rolling update""" @@ -720,7 +721,9 @@ def test_skyserve_new_autoscaler_update(mode: str, generic_cloud: str): # TODO: fluidstack does not support `--cpus 2`, but the check for services in this test is based on CPUs +# TODO: DO does not support `--cpus 2`, but the check for services in this test is based on CPUs @pytest.mark.no_fluidstack +@pytest.mark.no_do @pytest.mark.serve def test_skyserve_failures(generic_cloud: str): """Test replica failure statuses"""