diff --git a/test/srt/lora/test_lora_llama4.py b/test/srt/lora/test_lora_llama4.py index c4a8695fc..58cf52109 100644 --- a/test/srt/lora/test_lora_llama4.py +++ b/test/srt/lora/test_lora_llama4.py @@ -6,6 +6,7 @@ from sglang.test.test_utils import ( DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH, DEFAULT_URL_FOR_TEST, CustomTestCase, + is_in_ci, popen_launch_server, ) @@ -17,6 +18,7 @@ MODELS = [ ] +@unittest.skipIf(is_in_ci(), "To reduce the CI execution time.") class TestLlama4LoRA(CustomTestCase): @classmethod def setUpClass(cls):