From dbab5d50a3d6d1fc0169c04a33f1b6dcefdeec04 Mon Sep 17 00:00:00 2001 From: alisonshao <54658187+alisonshao@users.noreply.github.com> Date: Tue, 25 Nov 2025 00:51:25 -0800 Subject: [PATCH] Add test_dummy_grok_models.py to not_in_ci section (#13908) --- 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 cf5ef8faa..b5838fdb1 100644 --- a/test/srt/run_suite.py +++ b/test/srt/run_suite.py @@ -200,6 +200,7 @@ suites = { ], # Nightly test suites have been moved to test/run_suite_nightly.py "__not_in_ci__": [ + TestFile("models/test_dummy_grok_models.py"), TestFile("test_bench_one_batch.py"), TestFile("test_bench_serving.py"), TestFile("test_eval_accuracy_large.py"),