Skip to content

Commit bec864a

Browse files
authored
[None][fix] avoid ID conversion for non enable_configurable_moe cases. (#10003)
Signed-off-by: Yuxian Qiu <142763828+yuxianq@users.noreply.github.com>
1 parent 897a389 commit bec864a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

tests/integration/defs/conftest.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2211,11 +2211,11 @@ def pytest_generate_tests(metafunc: pytest.Metafunc):
22112211

22122212
# Test cases that use enable_configurable_moe parameter and need ID conversion
22132213
TESTS_WITH_CONFIGURABLE_MOE = [
2214-
"TestDeepSeekV3Lite::test_nvfp4_4gpus",
2215-
"TestDeepSeekV3Lite::test_fp8_block_scales",
2216-
"TestGPTOSS::test_w4_4gpus",
2217-
"TestGPTOSS::test_w4_4gpus_online_eplb",
2218-
"TestQwen3_30B_A3B::test_w4a8_mxfp4",
2214+
"TestDeepSeekV3Lite::test_nvfp4_4gpus[",
2215+
"TestDeepSeekV3Lite::test_fp8_block_scales[",
2216+
"TestGPTOSS::test_w4_4gpus[",
2217+
"TestGPTOSS::test_w4_4gpus_online_eplb[",
2218+
"TestQwen3_30B_A3B::test_w4a8_mxfp4[",
22192219
]
22202220

22212221

tests/unittest/_torch/modules/conftest.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131

3232
# Test functions that use enable_configurable_moe parameter and need ID conversion
3333
TESTS_WITH_CONFIGURABLE_MOE = [
34-
"test_fused_moe_nvfp4",
35-
"test_fused_moe_mxfp4_mxfp8",
36-
"test_fused_moe_w4a8_nvfp4_fp8",
37-
"test_fused_moe_wfp4a16",
38-
"test_fused_moe_fp8_blockwise_deepgemm",
34+
"test_fused_moe_nvfp4[",
35+
"test_fused_moe_mxfp4_mxfp8[",
36+
"test_fused_moe_w4a8_nvfp4_fp8[",
37+
"test_fused_moe_wfp4a16[",
38+
"test_fused_moe_fp8_blockwise_deepgemm[",
3939
]
4040

4141

0 commit comments

Comments
 (0)