Unverified Commit f4a92f4b authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Temporarily skip the openai frontend tests (#3151)

parent 318260c0
...@@ -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",
],
} }
......
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