From ef12a28411adc5d658b496d97147143ce8fd9729 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 17 Nov 2025 14:05:04 +0100 Subject: [PATCH] WIP --- frontend/playwright.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */