diff --git a/core/playwright.config.ts b/core/playwright.config.ts index 24aa0b28ae..1fa886c512 100644 --- a/core/playwright.config.ts +++ b/core/playwright.config.ts @@ -62,7 +62,6 @@ const config: PlaywrightTestConfig = { }, /* Fail the build on CI if you accidentally left test.only in the source code. */ forbidOnly: !!process.env.CI, - /* Fail fast on CI */ maxFailures: 0, retries: 2, reportSlowTests: null,