Browse Source

test: disable fully parallel

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/8522/head
Raju Udava 4 months ago
parent
commit
ab2ee32ae8
  1. 2
      tests/playwright/playwright.config.ts

2
tests/playwright/playwright.config.ts

@ -30,7 +30,7 @@ export default defineConfig({
timeout: 14000,
},
/* Run tests in files in parallel */
fullyParallel: true,
fullyParallel: false,
/* Fail the build on CI if you accidentally left test.only in the source code. */
forbidOnly: !!process.env.CI,

Loading…
Cancel
Save