From 15264232eed80a4bdaabb29a6ef1b69ddd06572a Mon Sep 17 00:00:00 2001 From: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com> Date: Fri, 14 Nov 2025 21:45:10 +0800 Subject: [PATCH] Super tiny fix CI (#13283) --- test/srt/run_suite.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/srt/run_suite.py b/test/srt/run_suite.py index 48adfd7b3..6c0714b89 100644 --- a/test/srt/run_suite.py +++ b/test/srt/run_suite.py @@ -15,6 +15,7 @@ class TestFile: # NOTE: please sort the test cases alphabetically by the test file name suites = { "per-commit-1-gpu": [ + TestFile("debug_utils/test_log_parser.py", 5), TestFile("debug_utils/test_tensor_dump_forward_hook.py", 15), TestFile("function_call/test_json_schema_constraint.py", 1), TestFile("hicache/test_hicache.py", 116),