Skip to content

Commit cd03dbc

Browse files
committed
test: skip test that relies on x-vercel-cache response header
1 parent 77a0c9b commit cd03dbc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/test-config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,13 @@
487487
"rsc-redirect /old-about -> /about (ppr: false, segmentCache: true) uses prefetched, redirected URL in the navigation, as opposed to the href in the link",
488488
"rsc-redirect /old-about -> /about (ppr: false, segmentCache: false) uses prefetched, redirected URL in the navigation, as opposed to the href in the link"
489489
]
490+
},
491+
{
492+
"file": "test/e2e/app-dir/sub-shell-generation-middleware/sub-shell-generation-middleware.test.ts",
493+
"reason": "Checking Vercel specific x-vercel-cache header",
494+
"tests": [
495+
"middleware-static-rewrite should eventually result in a cache hit"
496+
]
490497
}
491498
],
492499
"failures": [

0 commit comments

Comments
 (0)