Skip to content

Allow one Playwright retry to absorb transient flake#91

Merged
mucow24 merged 1 commit into
mainfrom
claude/modest-ellis-dd8584
Apr 30, 2026
Merged

Allow one Playwright retry to absorb transient flake#91
mucow24 merged 1 commit into
mainfrom
claude/modest-ellis-dd8584

Conversation

@mucow24
Copy link
Copy Markdown
Owner

@mucow24 mucow24 commented Apr 30, 2026

Summary

  • Bump Playwright retries from 0 to 1.
  • Most observed e2e flake is resource-contention noise that clears on a second run; one retry absorbs it without masking real regressions — anything that fails through the retry is signal and gets a real fix.

Test plan

  • Preflight gate passes locally (lint, typecheck, unit, full e2e suite — 128 passed).

🤖 Generated with Claude Code

Most e2e flake we see is resource-contention noise that clears on a
second run. Set retries: 1 as a baseline so transients don't churn the
suite; anything that fails through the retry is real and gets fixed.

Co-Authored-By: Claude Opus 4.7 <[email protected]>
@mucow24 mucow24 merged commit deb34e1 into main Apr 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant