Skip to content

Commit a40b416

Browse files
committed
fix(e2e): Workaround for parallel.test.ts
1 parent d423cad commit a40b416

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/tests-e2e/playwright.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ export default defineConfig({
3131
},
3232
},
3333
],
34+
// Workaround for https://github.com/microsoft/playwright/issues/36371
35+
// It seems to be failing in our Github action
36+
// https://github.com/opennextjs/opennextjs-aws/actions/runs/19116336570/job/54627469525#step:15:171
3437
use: {
3538
launchOptions: {
3639
args: [

0 commit comments

Comments
 (0)