Skip to content

Commit 1ce9403

Browse files
skip next.js C3 e2e tests on pnpm
The CI jobs are consistently timing out
1 parent 6e7f5f6 commit 1ce9403

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/create-cloudflare/e2e-tests/frameworks/framework-test-config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,8 @@ export default function getFrameworkTestConfig(pm: string) {
361361
},
362362
"next:pages": {
363363
argv: ["--platform", "pages"],
364+
timeout: LONG_TIMEOUT,
365+
unsupportedPms: ["pnpm"],
364366
promptHandlers: [
365367
{
366368
matcher: /Do you want to use the next-on-pages eslint-plugin\?/,
@@ -396,6 +398,8 @@ export default function getFrameworkTestConfig(pm: string) {
396398
},
397399
"next:workers": {
398400
argv: ["--platform", "workers"],
401+
timeout: LONG_TIMEOUT,
402+
unsupportedPms: ["pnpm"],
399403
testCommitMessage: true,
400404
flags: [
401405
"--ts",

0 commit comments

Comments
 (0)