@@ -178,15 +178,16 @@ class TestFile:
178178 TestFile ("test_disaggregation_dp_attention.py" , 155 ),
179179 ],
180180 "per-commit-4-gpu-b200" : [
181- TestFile ("test_deepseek_v3_fp4_4gpu.py" , 3600 ),
181+ TestFile ("test_deepseek_v3_fp4_4gpu.py" , 1800 ),
182182 TestFile ("test_flash_attention_4.py" , 300 ),
183183 TestFile ("test_gpt_oss_4gpu.py" , 600 ),
184184 TestFile ("test_llama31_fp4.py" , 300 ),
185- TestFile ("test_eagle_infer_beta_dp_attention.py" , 200 ),
185+ # TODO: Add it back after the bug is fixed
186+ # TestFile("test_eagle_infer_beta_dp_attention.py", 200),
186187 ],
187188 "per-commit-4-gpu-gb200" : [
188189 TestFile ("test_cutedsl_moe.py" , 300 ),
189- TestFile ("test_deepseek_v3_fp4_4gpu.py" , 3600 ),
190+ TestFile ("test_deepseek_v3_fp4_4gpu.py" , 1800 ),
190191 # Disabled temporarily, see https://github.com/sgl-project/sglang/issues/12533
191192 # TestFile("test_deepseek_v3_cutedsl_4gpu.py", 3600),
192193 ],
@@ -219,9 +220,10 @@ class TestFile:
219220 ],
220221 "nightly-4-gpu-b200" : [
221222 TestFile ("nightly/test_flashinfer_trtllm_gen_moe_backend.py" , 300 ),
222- TestFile ("test_fp4_moe.py" , 300 ),
223223 TestFile ("nightly/test_gpt_oss_4gpu_perf.py" , 600 ),
224224 TestFile ("nightly/test_flashinfer_trtllm_gen_attn_backend.py" , 300 ),
225+ TestFile ("test_deepseek_v3_fp4_cutlass_moe.py" , 900 ),
226+ TestFile ("test_fp4_moe.py" , 300 ),
225227 ],
226228 "nightly-8-gpu-b200" : [],
227229 "nightly-4-gpu" : [
@@ -299,6 +301,7 @@ class TestFile:
299301 TestFile ("test_deepseek_chat_templates.py" ),
300302 TestFile ("test_disaggregation.py" ),
301303 TestFile ("test_double_sparsity.py" ),
304+ TestFile ("test_eagle_infer_beta_dp_attention.py" ),
302305 TestFile ("test_embedding_openai_server.py" ),
303306 TestFile ("test_enable_thinking.py" ),
304307 TestFile ("test_eplb.py" ),
0 commit comments