Skip to content

Commit 77a0c9b

Browse files
committed
test: skip test that gets stuck on page.waitForLoadState('networkidle')
1 parent 2af4aa1 commit 77a0c9b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/test-config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,14 @@
479479
"tests": [
480480
"invalid-static-asset-404-app should return 404 with plain text when fetching invalid asset path"
481481
]
482+
},
483+
{
484+
"file": "test/e2e/app-dir/rsc-redirect/rsc-redirect.test.ts",
485+
"reason": "page.waitForLoadState('networkidle') not resolving",
486+
"tests": [
487+
"rsc-redirect /old-about -> /about (ppr: false, segmentCache: true) uses prefetched, redirected URL in the navigation, as opposed to the href in the link",
488+
"rsc-redirect /old-about -> /about (ppr: false, segmentCache: false) uses prefetched, redirected URL in the navigation, as opposed to the href in the link"
489+
]
482490
}
483491
],
484492
"failures": [

0 commit comments

Comments
 (0)