[XPU] Skip VLLM_BATCH_INVARIANT for XPU in EAGLE DP test (#39164)

Signed-off-by: sihao.li <sihao.li@intel.com>
Co-authored-by: Kunshang Ji <kunshang.ji@intel.com>
This commit is contained in:
sihao_li
2026-04-09 12:45:16 +08:00
committed by GitHub
parent 490f17d0c7
commit e80e633927

View File

@@ -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.
#