From c4fc0073cf8a869b677cdbf47b471e290318e717 Mon Sep 17 00:00:00 2001 From: YuBaoku <49938469+EmmonsCurse@users.noreply.github.com> Date: Mon, 20 Oct 2025 10:13:21 +0800 Subject: [PATCH] [CI] Handle unit test issues (#4483) --- tests/cov_pytest.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/cov_pytest.ini b/tests/cov_pytest.ini index 5e2749e96..ba3fd9339 100644 --- a/tests/cov_pytest.ini +++ b/tests/cov_pytest.ini @@ -6,5 +6,3 @@ addopts = --ignore=tests/operators/test_fused_moe.py --ignore=tests/operators/test_w4afp8_gemm.py --ignore=tests/model_loader/test_w4a8_model.py - --ignore=tests/operators/test_speculate_verify.py - --ignore=tests/e2e/test_DeepSeek_V3_5layers_serving.py