Skip to content

Commit 8903e67

Browse files
Merge branch 'main' into trek/zero-2801-verify-and-correct-tracking-of-confirm-and-yes
2 parents 302ceb6 + 742887e commit 8903e67

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

packages/next/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"test-next-local": "pnpm test test/integration/*.test.js test/integration/*.test.ts",
1212
"test-next-local-legacy": "pnpm test test/integration/legacy/*.test.js",
1313
"test-next-local:middleware": "pnpm test test/integration/middleware.test.ts",
14-
"test-e2e": "rm -f test/builder-info.json; pnpm test test/fixtures/**/*.test.js",
14+
"test-e2e--skipped": "rm -f test/builder-info.json; pnpm test test/fixtures/**/*.test.js",
15+
"test-e2e": "echo skipped",
1516
"type-check": "tsc --noEmit"
1617
},
1718
"repository": {

packages/next/test/fixtures/00-server-build/index.test.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ describe(`${__dirname.split(path.sep).pop()}`, () => {
3737
{ urlPath: '/fallback-blocking/first', query: '?another=value' },
3838
],
3939
},
40-
{
41-
title: 'should update content for non-prerendered path correctly',
42-
pathsToCheck: [
43-
{ urlPath: '/fallback-blocking/on-demand-2' },
44-
{
45-
urlPath: '/fallback-blocking/on-demand-2',
46-
query: '?slug=on-demand-2',
47-
},
48-
{ urlPath: '/fallback-blocking/on-demand-2', query: '?slug=random' },
49-
{ urlPath: '/fallback-blocking/on-demand-2', query: '?another=value' },
50-
],
51-
},
40+
// {
41+
// title: 'should update content for non-prerendered path correctly',
42+
// pathsToCheck: [
43+
// { urlPath: '/fallback-blocking/on-demand-2' },
44+
// {
45+
// urlPath: '/fallback-blocking/on-demand-2',
46+
// query: '?slug=on-demand-2',
47+
// },
48+
// { urlPath: '/fallback-blocking/on-demand-2', query: '?slug=random' },
49+
// { urlPath: '/fallback-blocking/on-demand-2', query: '?another=value' },
50+
// ],
51+
// },
5252
])('$title', async ({ pathsToCheck }) => {
5353
let initialRandom;
5454
let initialRandomData;

0 commit comments

Comments
 (0)