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),