Skip to content

Commit 2103b3b

Browse files
committed
add lifecycle markers
1 parent 31163f7 commit 2103b3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/serve/test_vllm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,7 @@ def lora_chat_payload(
718718
@pytest.mark.gpu_1
719719
@pytest.mark.model("Qwen/Qwen3-0.6B")
720720
@pytest.mark.timeout(600)
721+
@pytest.mark.nightly
721722
def test_lora_aggregated(
722723
request, runtime_services, predownload_models, minio_lora_service
723724
):
@@ -760,6 +761,7 @@ def test_lora_aggregated(
760761
@pytest.mark.gpu_2
761762
@pytest.mark.model("Qwen/Qwen3-0.6B")
762763
@pytest.mark.timeout(600)
764+
@pytest.mark.nightly
763765
def test_lora_aggregated_router(
764766
request, runtime_services, predownload_models, minio_lora_service
765767
):

0 commit comments

Comments
 (0)