Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
d9b31011
Unverified
Commit
d9b31011
authored
Oct 25, 2025
by
Lifu Huang
Committed by
GitHub
Oct 25, 2025
Browse files
Skip TestLlama4LoRA in CI (#12098)
parent
d0cff78f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
test/srt/lora/test_lora_llama4.py
test/srt/lora/test_lora_llama4.py
+2
-0
No files found.
test/srt/lora/test_lora_llama4.py
View file @
d9b31011
...
@@ -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
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment