From 90aa048e6094dd9da7c5eea50481b13c4f10cae3 Mon Sep 17 00:00:00 2001 From: SILONG ZENG <2609716663@qq.com> Date: Wed, 11 Mar 2026 11:46:29 +0800 Subject: [PATCH] [CI] Skip `test_mooncake_layerwise_connector.py` in `ut` (#7147) ### What this PR does / why we need it? The `test_mooncake_layerwise_connector.py` file in the `ut` test will be skipped for now and fixed later. - vLLM version: v0.16.0 - vLLM main: https://github.com/vllm-project/vllm/commit/4034c3d32e30d01639459edd3ab486f56993876d Signed-off-by: MrZ20 <2609716663@qq.com> --- .github/workflows/_unit_test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/_unit_test.yaml b/.github/workflows/_unit_test.yaml index b6864bb5..4a62cdca 100644 --- a/.github/workflows/_unit_test.yaml +++ b/.github/workflows/_unit_test.yaml @@ -73,7 +73,8 @@ jobs: --ignore tests/ut/core/test_scheduler_dynamic_batch.py \ --ignore tests/ut/kv_connector/test_mooncake_connector.py \ --ignore tests/ut/worker/test_worker_v1.py \ - --ignore tests/ut/spec_decode/test_mtp_proposer.py + --ignore tests/ut/spec_decode/test_mtp_proposer.py \ + --ignore tests/ut/kv_connector/test_mooncake_layerwise_connector.py - name: Upload coverage to Codecov # only upload coverage when commits merged