diff --git a/tests/playwright/playwright.config.ts b/tests/playwright/playwright.config.ts index cd797c4b5f..c7acdceb90 100644 --- a/tests/playwright/playwright.config.ts +++ b/tests/playwright/playwright.config.ts @@ -30,7 +30,7 @@ export default defineConfig({ timeout: 14000, }, /* Run tests in files in parallel */ - fullyParallel: false, + fullyParallel: true, /* Fail the build on CI if you accidentally left test.only in the source code. */ forbidOnly: !!process.env.CI,