Enforce podman-machine mac CI results

Followup to https://github.com/containers/podman/pull/21551

Note: Fixed indentation of podman-machine mac task.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2024-02-08 09:22:06 -05:00
parent 477cb90a30
commit 00180bd5b3
2 changed files with 44 additions and 45 deletions

View File

@ -1089,7 +1089,6 @@ success_task:
- podman_machine
- podman_machine_aarch64
#- podman_machine_windows
# TODO: Issue #20853; Tests mostly fail then timeout after an hour.
- podman_machine_mac
- local_system_test
- local_system_test_aarch64

View File

@ -27,7 +27,7 @@ class TestDependsOn(TestCaseBase):
ALL_TASK_NAMES = None
SUCCESS_DEPS_EXCLUDE = set(['success', 'bench_stuff', 'artifacts',
'release', 'release_test', 'podman_machine_mac'])
'release', 'release_test'])
def setUp(self):
super().setUp()