Temporarily skip the openai frontend tests (#3151)
This commit is contained in:
@@ -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",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user