Summary
The test workflow's Playwright E2E matrix is failing on both Linux and Windows across unrelated PRs, which is blocking merges even when unit/typecheck/compliance checks pass.
Evidence
Observations
- In both jobs, the failing step is
Run app e2e tests.
- Other checks in the same runs are green (typecheck/unit/compliance/standards/etc.).
- Existing artifacts for failed jobs include Playwright reports/traces (
playwright-linux-1, playwright-windows-1).
Requested follow-up
- Investigate flaky/non-deterministic E2E behavior in
test workflow for both platforms.
- Determine if this should be quarantined/retried automatically while root cause is fixed.
Summary
The
testworkflow's Playwright E2E matrix is failing on both Linux and Windows across unrelated PRs, which is blocking merges even when unit/typecheck/compliance checks pass.Evidence
22971287522(PR fix(opencode): align tool visibility with session permissions #17089):e2e (linux)failed (job66688958002)e2e (windows)failed (job66688958011)22971376239also has the same two failures:e2e (linux)failede2e (windows)failedObservations
Run app e2e tests.playwright-linux-1,playwright-windows-1).Requested follow-up
testworkflow for both platforms.