Skip to content

Commit 0b17d3f

Browse files
Merge pull request #27401 from mheon/wsl_not_enforcing
Allow failures on WSL machine tests
2 parents 1b2773a + eccffef commit 0b17d3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cirrus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,7 @@ podman_machine_aarch64_task:
822822
podman_machine_windows_task:
823823
name: *std_name_fmt
824824
alias: podman_machine_windows
825+
allow_failures: $TEST_FLAVOR == 'machine-wsl'
825826
# Docs: ./contrib/cirrus/CIModes.md
826827
# Duplicated from the main linux machine task as we also must match winmake.ps1 here since that is used on windows.
827828
only_if: >-

0 commit comments

Comments
 (0)