Super tiny fix CI (#16351)

This commit is contained in:
fzyzcjy
2026-01-04 07:24:46 +08:00
committed by GitHub
parent 2337b1bbb0
commit e139d2aa76
@@ -18,8 +18,12 @@ from sglang.srt.debug_utils.schedule_simulator import (
generate_random_requests,
load_from_request_logger,
)
from sglang.test.ci.ci_register import register_cpu_ci
from sglang.test.test_utils import CustomTestCase
register_cpu_ci(est_time=60, suite="default", nightly=True)
# ==================== Non-E2E Tests ====================