From 1372d6d01d800211035a41235cfe4e9fd7392ef3 Mon Sep 17 00:00:00 2001 From: YuBaoku <49938469+EmmonsCurse@users.noreply.github.com> Date: Thu, 27 Nov 2025 17:37:54 +0800 Subject: [PATCH] [CI] disable test_engine_client.py unit test (#5272) --- tests/cov_pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cov_pytest.ini b/tests/cov_pytest.ini index ba3fd9339..9fe77b410 100644 --- a/tests/cov_pytest.ini +++ b/tests/cov_pytest.ini @@ -6,3 +6,4 @@ 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/entrypoints/test_engine_client.py