Add test_dummy_grok_models.py to not_in_ci section (#13908)

This commit is contained in:
alisonshao
2025-11-25 00:51:25 -08:00
committed by GitHub
parent 760c20b360
commit dbab5d50a3

View File

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