From 370dbc1830bdbb0b6de6031a406e87e25a30f2d6 Mon Sep 17 00:00:00 2001 From: EmmonsCurse <1577972691@qq.com> Date: Tue, 9 Jun 2026 13:15:37 +0800 Subject: [PATCH] [CI] reuse deep_ep and deep_gemm unit tests --- tests/cov_pytest.ini | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/cov_pytest.ini b/tests/cov_pytest.ini index 5677361f52b..2135a335b12 100644 --- a/tests/cov_pytest.ini +++ b/tests/cov_pytest.ini @@ -14,11 +14,3 @@ addopts = --ignore=tests/graph_optimization/test_cuda_graph_dynamic_subgraph.py --ignore=tests/e2e/test_ernie_03b_pd_decode_unified_attention.py --ignore=tests/e2e/test_ernie_03b_pd_router_v1_ipc.py - --ignore=tests/distributed/test_fusedmoe_ep_entry.py - --ignore=tests/distributed/test_hopper_ll_precision.py - --ignore=tests/layers/test_deepgemm_fused_moe.py - --ignore=tests/rl/test_dynamic_weight_manager.py - --ignore=tests/layers/test_flash_attn_func.py - --ignore=tests/model_executor/test_ep.py - --ignore=tests/operators/test_flash_mask_attn.py - --ignore=tests/quantization/test_modelopt_nvfp4.py