You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): retry failed snap test cases instead of skipping flaky tests (#1209)
## Summary
- Revert the `ignoredPlatforms` skip on `create-next-command-library` so it runs on all platforms again
- Add `.github/scripts/retry-failed-snap-tests.sh` that retries only the specific snap test cases whose `snap.txt` changed, up to 2 times
- Both `cli-snap-test` and `cli-e2e-test-musl` jobs use the shared script
## Test plan
- [x] CI passes on all platforms (Linux, macOS, Windows)
- [x] `create-next-command-library` snap test runs on macOS and Windows
- [x] If a snap test is flaky, CI retries only that specific case instead of failing immediately
0 commit comments