[hot fix ci] Hot fix for the unregistered. (#16877)

This commit is contained in:
Liangsheng Yin
2026-01-11 01:24:32 +08:00
committed by GitHub
parent 206db66f5c
commit 78c41758ad
+3
View File
@@ -7,6 +7,9 @@ from contextlib import redirect_stdout
from pathlib import Path
from sglang.srt.utils.log_utils import create_log_targets, log_json
from sglang.test.ci.ci_register import register_cpu_ci
register_cpu_ci(est_time=1, suite="default")
class TestLogUtils(unittest.TestCase):