Skip to content

Commit 4d0ff96

Browse files
committed
skip webpack tests
1 parent aa4ef7a commit 4d0ff96

File tree

1 file changed

+1
-19
lines changed
  • dev-packages/e2e-tests/test-applications/nextjs-16-cacheComponents

1 file changed

+1
-19
lines changed

dev-packages/e2e-tests/test-applications/nextjs-16-cacheComponents/package.json

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -46,24 +46,6 @@
4646
"extends": "../../package.json"
4747
},
4848
"sentryTest": {
49-
"variants": [
50-
{
51-
"build-command": "pnpm test:build-webpack",
52-
"label": "nextjs-16-cacheComponents (webpack)",
53-
"assert-command": "pnpm test:assert-webpack"
54-
}
55-
],
56-
"optionalVariants": [
57-
{
58-
"build-command": "pnpm test:build-canary",
59-
"label": "nextjs-16-cacheComponents (canary, turbopack)",
60-
"assert-command": "pnpm test:assert"
61-
},
62-
{
63-
"build-command": "pnpm test:build-canary-webpack",
64-
"label": "nextjs-16-cacheComponents (canary, webpack)",
65-
"assert-command": "pnpm test:assert-webpack"
66-
}
67-
]
49+
"//": "TODO: Add variants for webpack once supported"
6850
}
6951
}

0 commit comments

Comments
 (0)