Skip to content

Commit eb0cf64

Browse files
author
Luca Forstner
committed
workers
1 parent 629a086 commit eb0cf64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/e2e-tests/test-applications/nextjs-app-dir/playwright.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ const config: PlaywrightTestConfig = {
2727
forbidOnly: !!process.env.CI,
2828
/* `next dev` is incredibly buggy with the app dir */
2929
retries: testEnv === 'development' ? 3 : 0,
30-
/* Opt out of parallel tests on CI. */
31-
workers: 1,
3230
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
3331
reporter: 'list',
3432
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */

0 commit comments

Comments
 (0)