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
f4a92f4b
Unverified
Commit
f4a92f4b
authored
Jan 26, 2025
by
Lianmin Zheng
Committed by
GitHub
Jan 26, 2025
Browse files
Temporarily skip the openai frontend tests (#3151)
parent
318260c0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
test/lang/run_suite.py
test/lang/run_suite.py
+5
-1
No files found.
test/lang/run_suite.py
View file @
f4a92f4b
...
@@ -4,7 +4,11 @@ import glob
...
@@ -4,7 +4,11 @@ import glob
from
sglang.test.test_utils
import
run_unittest_files
from
sglang.test.test_utils
import
run_unittest_files
suites
=
{
suites
=
{
"per-commit"
:
[
"test_srt_backend.py"
,
"test_openai_backend.py"
],
"per-commit"
:
[
"test_srt_backend.py"
,
# Skip this due to some OPENAI_API_KEY issues
# "test_openai_backend.py",
],
}
}
...
...
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