Skip to content

Commit

Permalink
Do not aggregate failing mac test status
Browse files Browse the repository at this point in the history
Issue Ref: containers#20853

Allow the tests to fail, but don't block merging PRs.
This commit should be reverted when containers#20853 is resolved.

Signed-off-by: Chris Evich <cevich@redhat.com>
  • Loading branch information
cevich committed Dec 4, 2023
1 parent 2d46d05 commit f1dc126
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,8 @@ success_task:
# TODO: issue #20548; These tests are new and mostly fail.
# Ignore status until tests, scripts, and/or environment stabalize.
# - podman_machine_windows
- podman_machine_mac
# TODO: Issue #20853; Tests mostly fail then timeout after an hour.
# - podman_machine_mac
- local_system_test
- local_system_test_aarch64
- remote_system_test
Expand Down
2 changes: 1 addition & 1 deletion contrib/cirrus/cirrus_yaml_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
'release', 'release_test', 'podman_machine_windows', 'podman_machine_mac'])

def setUp(self):
super().setUp()
Expand Down

0 comments on commit f1dc126

Please sign in to comment.