Temporarily disable flaky qwen3 cp test in CI (#21178)
This commit is contained in:
@@ -11,8 +11,11 @@ from sglang.test.test_utils import (
|
|||||||
popen_launch_server,
|
popen_launch_server,
|
||||||
)
|
)
|
||||||
|
|
||||||
register_cuda_ci(est_time=300, suite="stage-c-test-4-gpu-h100")
|
register_cuda_ci(
|
||||||
|
est_time=300,
|
||||||
|
suite="stage-c-test-4-gpu-h100",
|
||||||
|
disabled="Temporarily disable the flaky test.",
|
||||||
|
)
|
||||||
QWEN3_30B_MODEL_PATH = "Qwen/Qwen3-30B-A3B-FP8"
|
QWEN3_30B_MODEL_PATH = "Qwen/Qwen3-30B-A3B-FP8"
|
||||||
|
|
||||||
GSM8K_BASELINE_ACCURACY = 0.85
|
GSM8K_BASELINE_ACCURACY = 0.85
|
||||||
|
|||||||
Reference in New Issue
Block a user