From e80e633927ab11570cc4d07a55e5420d05c7fe99 Mon Sep 17 00:00:00 2001 From: sihao_li <165983188+1643661061leo@users.noreply.github.com> Date: Thu, 9 Apr 2026 12:45:16 +0800 Subject: [PATCH] [XPU] Skip VLLM_BATCH_INVARIANT for XPU in EAGLE DP test (#39164) Signed-off-by: sihao.li Co-authored-by: Kunshang Ji --- tests/v1/distributed/test_eagle_dp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/v1/distributed/test_eagle_dp.py b/tests/v1/distributed/test_eagle_dp.py index 8557fa0c6..69ef1c491 100644 --- a/tests/v1/distributed/test_eagle_dp.py +++ b/tests/v1/distributed/test_eagle_dp.py @@ -37,7 +37,7 @@ else: strict=False, ) async def test_run_eagle_dp(monkeypatch: pytest.MonkeyPatch, attn_backend: str): - if not current_platform.is_rocm(): + if not current_platform.is_rocm() and not current_platform.is_xpu(): # This test checks that running a model with and without eagle # leads to identical tokens. #