Skip to content

Commit 2632edc

Browse files
Merge pull request #21408 from cevich/re-enable_pm_win
Revert "Enable win podman-machine test failure"
2 parents dabbcb8 + 0ec84b8 commit 2632edc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.cirrus.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,9 +1097,7 @@ success_task:
10971097
- rootless_integration_test
10981098
- podman_machine
10991099
- podman_machine_aarch64
1100-
# TODO: issue #20548; These tests are new and mostly fail.
1101-
# Ignore status until tests, scripts, and/or environment stabalize.
1102-
# - podman_machine_windows
1100+
- podman_machine_windows
11031101
# TODO: Issue #20853; Tests mostly fail then timeout after an hour.
11041102
# - podman_machine_mac
11051103
- local_system_test

contrib/cirrus/cirrus_yaml_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class TestDependsOn(TestCaseBase):
2727

2828
ALL_TASK_NAMES = None
2929
SUCCESS_DEPS_EXCLUDE = set(['success', 'bench_stuff', 'artifacts',
30-
'release', 'release_test', 'podman_machine_windows', 'podman_machine_mac'])
30+
'release', 'release_test', 'podman_machine_mac'])
3131

3232
def setUp(self):
3333
super().setUp()

0 commit comments

Comments
 (0)