-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TEST FAILURE] Mac OS tests failing on GH Hosted Runners #67135
Comments
Issue can be assigned to me. |
Found pre-migration test run where the tests are passing: https://github.com/saltstack/salt/actions/runs/11545108391/job/32132765850 In the failing job the test that is failing gives this error:
Looking for that test in the pre-migration tests, I see:
So looks like that should be bring skipped. If I look at that test in #67114, it is marked to be skipped:
So Looks like there's some more complex reason why |
Ok, so looks like the issue was actually the tests/integration/modules/test_localemod.py the original functions tried to run
That works and and the Mac OS tests now pass (see this CI job). Not sure it's the best way to handle this - ideally you'd check if it's a systemd with systemd rather than just if it is Linux - @dwoz feel free to change how that works if you think there's a better way. @dwoz - I can either wait for you to merge #67114 and then rebase and merge #67136 or if it's easier you can just cherry-pick 6b9336d |
Mac OS tests are failing since work to move CI from AWS to GH Hosted Runners.
Work being done by @dwoz in #67114 - still seeing failing Mac OS tests in test runs related to that PR, eg https://github.com/saltstack/salt/actions/runs/12698967172/job/35399479072
Open this issue to cover tracking the issue with tests on Mac OS
The text was updated successfully, but these errors were encountered: