Unverified Commit d9b31011 authored by Lifu Huang's avatar Lifu Huang Committed by GitHub
Browse files

Skip TestLlama4LoRA in CI (#12098)

parent d0cff78f
...@@ -6,6 +6,7 @@ from sglang.test.test_utils import ( ...@@ -6,6 +6,7 @@ from sglang.test.test_utils import (
DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH, DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH,
DEFAULT_URL_FOR_TEST, DEFAULT_URL_FOR_TEST,
CustomTestCase, CustomTestCase,
is_in_ci,
popen_launch_server, popen_launch_server,
) )
...@@ -17,6 +18,7 @@ MODELS = [ ...@@ -17,6 +18,7 @@ MODELS = [
] ]
@unittest.skipIf(is_in_ci(), "To reduce the CI execution time.")
class TestLlama4LoRA(CustomTestCase): class TestLlama4LoRA(CustomTestCase):
@classmethod @classmethod
def setUpClass(cls): def setUpClass(cls):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment