Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 580c62a

Browse files
committed
disable parallel tests
1 parent e8e6c1e commit 580c62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/tests/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { defineConfig } from "@playwright/test"
1212
export default defineConfig({
1313
testDir: "./tests",
1414
/* Run tests in files in parallel */
15-
fullyParallel: true,
15+
fullyParallel: false,
1616
/* Fail the build on CI if you accidentally left test.only in the source code. */
1717
forbidOnly: !!process.env.CI,
1818
/* Retry on CI only */

0 commit comments

Comments
 (0)