Temporarily skip the openai frontend tests (#3151)

This commit is contained in:
Lianmin Zheng
2025-01-26 04:17:35 -08:00
committed by GitHub
parent 318260c0fa
commit f4a92f4b56

View File

@@ -4,7 +4,11 @@ import glob
from sglang.test.test_utils import run_unittest_files
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",
],
}