From d15845a40b5009b9bdab4050394ffc58445932c4 Mon Sep 17 00:00:00 2001 From: Chris McKenzie Date: Mon, 13 Jan 2025 18:39:03 -0800 Subject: [PATCH] Vast: removing a dynamic port test --- tests/smoke_tests/test_basic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/smoke_tests/test_basic.py b/tests/smoke_tests/test_basic.py index 14894354eea..6b7adf6d1a1 100644 --- a/tests/smoke_tests/test_basic.py +++ b/tests/smoke_tests/test_basic.py @@ -119,6 +119,7 @@ def test_launch_fast(generic_cloud: str): @pytest.mark.no_fluidstack @pytest.mark.no_lambda_cloud @pytest.mark.no_ibm +@pytest.mark.no_vast # Dynamic ports are needed @pytest.mark.no_kubernetes def test_launch_fast_with_autostop(generic_cloud: str): name = smoke_tests_utils.get_cluster_name()