From 0ec84b8ec5ffb7be3e90623cba09e416c7ab8402 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 29 Jan 2024 09:29:55 -0500 Subject: [PATCH] Revert "Enable win podman-machine test failure" This reverts commit f9e8585c5354748b2a77ed65d214adfe7c6ae5fe. Signed-off-by: Chris Evich --- .cirrus.yml | 4 +--- contrib/cirrus/cirrus_yaml_test.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 678e6febe3..e9f28662ce 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1097,9 +1097,7 @@ success_task: - rootless_integration_test - podman_machine - podman_machine_aarch64 - # TODO: issue #20548; These tests are new and mostly fail. - # Ignore status until tests, scripts, and/or environment stabalize. - # - podman_machine_windows + - podman_machine_windows # TODO: Issue #20853; Tests mostly fail then timeout after an hour. # - podman_machine_mac - local_system_test diff --git a/contrib/cirrus/cirrus_yaml_test.py b/contrib/cirrus/cirrus_yaml_test.py index b21a3fd792..a9fed95f97 100755 --- a/contrib/cirrus/cirrus_yaml_test.py +++ b/contrib/cirrus/cirrus_yaml_test.py @@ -27,7 +27,7 @@ class TestDependsOn(TestCaseBase): ALL_TASK_NAMES = None SUCCESS_DEPS_EXCLUDE = set(['success', 'bench_stuff', 'artifacts', - 'release', 'release_test', 'podman_machine_windows', 'podman_machine_mac']) + 'release', 'release_test', 'podman_machine_mac']) def setUp(self): super().setUp()