Merge pull request #21562 from cevich/enforcing_mac_tests_again

Enforcing mac tests
This commit is contained in:
openshift-merge-bot[bot]
2024-02-12 21:41:40 +00:00
committed by GitHub
2 changed files with 44 additions and 45 deletions

View File

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

View File

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