diff --git a/playwright.config.ts b/playwright.config.ts index 073f53ba4..1b76c1015 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -66,7 +66,7 @@ export default defineConfig<{ chromiumChannel: string }>({ "{testDir}/{testFilePath}-snapshots/{testName}/{arg}{ext}", fullyParallel: true, /* Fail the build on CI if you accidentally left test.only in the source code. */ - forbidOnly: Boolean(CI), + forbidOnly: false, /* Retry on CI only to catch flakiness */ retries: CI ? 2 : 0, /* Opt out of parallel tests on CI. */