Skip to content

Commit 0daef4d

Browse files
authored
test: skip after Next.js repo tests (#3081)
1 parent 8202a9a commit 0daef4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test-config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,10 @@
420420
"app-dir action size limit invalid config should respect the size set in serverActions.bodySizeLimit for plaintext fetch actions should error for requests that exceed the size limit",
421421
"app-dir action size limit invalid config should respect the size set in serverActions.bodySizeLimit for multipart fetch actions should error for requests that exceed the size limit"
422422
]
423+
},
424+
{
425+
"file": "test/e2e/app-dir/next-after-app-deploy/index.test.ts",
426+
"reason": "Common test setup in this test suite is making 2 requests to page with 1 hour revalidation asserting it's the same, but on Netlify the first fetch will serve content we mark as stale, so second one will serve freshly generated one and those won't match."
423427
}
424428
],
425429
"failures": [

0 commit comments

Comments
 (0)