mirror of
https://github.com/containers/podman.git
synced 2025-07-03 09:17:15 +08:00
Merge pull request #21562 from cevich/enforcing_mac_tests_again
Enforcing mac tests
This commit is contained in:
@ -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
|
||||
|
@ -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()
|
||||
|
Reference in New Issue
Block a user