diff --git a/test/srt/run_suite.py b/test/srt/run_suite.py index 82ff07449..e8a44da80 100644 --- a/test/srt/run_suite.py +++ b/test/srt/run_suite.py @@ -249,14 +249,10 @@ suites = { TestFile("layers/moe/test_moe_runners.py"), TestFile("lora/test_chunked_sgmv_backend.py"), TestFile("lora/test_lora_llama4.py"), - TestFile("models/lora/test_lora.py"), - TestFile("models/lora/test_lora_backend.py"), - TestFile("models/lora/test_lora_cuda_graph.py"), - TestFile("models/lora/test_lora_eviction.py"), - TestFile("models/lora/test_lora_qwen3.py"), - TestFile("models/lora/test_lora_tp.py"), - TestFile("models/lora/test_lora_update.py"), - TestFile("models/lora/test_multi_lora_backend.py"), + TestFile("lora/test_lora_cuda_graph.py"), + TestFile("lora/test_lora_qwen3.py"), + TestFile("lora/test_lora_tp.py"), + TestFile("lora/test_lora_update.py"), TestFile("models/test_clip_models.py"), TestFile("models/test_dummy_grok_models.py"), TestFile("models/test_falcon_h1_models.py"),