[Minor] Temporarily skip flaky test (#1209)

This commit is contained in:
Ying Sheng
2024-08-25 14:49:23 -07:00
committed by GitHub
parent 902278008a
commit ab4990e4bf

View File

@@ -6,7 +6,7 @@ from sglang.test.test_utils import run_unittest_files
suites = {
"minimal": [
"models/test_embedding_models.py",
"models/test_generation_models.py",
# "models/test_generation_models.py",
"sampling/penaltylib",
"test_chunked_prefill.py",
"test_embedding_openai_server.py",