From eccffefe64b6ccfb340987609117ac15ac70d522 Mon Sep 17 00:00:00 2001 From: Matt Heon Date: Wed, 29 Oct 2025 14:09:41 -0400 Subject: [PATCH] Allow failures on WSL machine tests The WSL tests for `podman machine` are flaking with unreasonable frequency right now. Last Friday, I needed to re-run a job 8 times to get it to pass and complete the release of 5.7 RC1. This is simply not sustainable. Mark the tests allowed-failure until this can be resolved. Signed-off-by: Matt Heon --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 89aa061ecb..a7bc08099b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -822,6 +822,7 @@ podman_machine_aarch64_task: podman_machine_windows_task: name: *std_name_fmt alias: podman_machine_windows + allow_failures: $TEST_FLAVOR == 'machine-wsl' # Docs: ./contrib/cirrus/CIModes.md # Duplicated from the main linux machine task as we also must match winmake.ps1 here since that is used on windows. only_if: >-