feat(test): replace 'deferred' retry strategy with 'isolated'#41798
Conversation
With the 'isolated' retry strategy, retries run at the end of the run, one by one in a single worker. Tests that did not have a chance to run because of a failure keep their priority in the queue.
Test results for "MCP"1 failed 7759 passed, 1249 skipped Merge workflow run. |
Test results for "tests 1"7 flaky49698 passed, 1156 skipped Merge workflow run. |
|
Hi, I'm the Playwright bot and I took a first look at the CI failures here. 🟢 The one failure is a pre-existing flake — this PR is clearThe only failing test is DetailsOverall: 1 failed in the MCP workflow, 7759 passed. No failure is caused by this PR. Pre-existing flake / infra
Triaged by the Playwright bot - agent run |
Summary
retryStrategy: 'isolated'runs retries at the end of the run, one by one in a single worker, replacing the unreleased'deferred'value.