From 8ff6114c46c191c0f7d29444996e41b8d173fd0a Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Mon, 18 May 2026 20:15:05 +0000 Subject: [PATCH] build: make Windows tests blocking again See #8211. The bug is with a change in memory allocation behaviour, not with Windows guests. Signed-off-by: Wei Liu --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e080c3fef..903f91fe9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -741,8 +741,7 @@ jobs: - integration-arm64 # VFIO worker is failing #8160 # - integration-vfio - # See: #8211 - # - integration-windows + - integration-windows - integration-x86-64-mq - integration-x86-64-pr - openapi