In our CI we regularly see tests failing specifically with Node v22 on Windows 2025 image. Retrying the tests usually resolves the issue immediately Example run: https://github.com/SAP/ui5-linter/actions/runs/15703035505/job/44242248893?pr=700 > 530 tests passed > 6 tests skipped > Error: Process completed with exit code 1. All the tests are passing, however the exit code is set to 1. I _suspect_ it has something to do with asynchronous tests that are not fully waited for but not sure.