diff --git a/frontend/playwright.config.js b/frontend/playwright.config.js index 8bbc0d00b9..4c0f3bb2ec 100644 --- a/frontend/playwright.config.js +++ b/frontend/playwright.config.js @@ -14,7 +14,8 @@ export default defineConfig({ /* Run tests in files in parallel */ fullyParallel: true, /* Fail the build on CI if you accidentally left test.only in the source code. */ - forbidOnly: !!process.env.CI, + forbidOnly: false, + // forbidOnly: !!process.env.CI, /* Retry on CI only */ retries: process.env.CI ? 2 : 0, /* Opt out of parallel tests by default; can be overriden with --workers */