chore: skip flaky turbopack navigation test (#60431)

Tracking issue for fixing the test:
https://linear.app/vercel/issue/PACK-2203/fix-flaky-navigation-e2e-test

Closes PACK-2204
This commit is contained in:
Leah 2024-01-09 15:25:08 +01:00 committed by GitHub
parent 14b6ae2e70
commit a3f4ad9887
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -72,6 +72,9 @@ const SKIPPED_TEST_SUITES = {
'app dir - metadata twitter should support twitter card summary_large_image when image present',
'app dir - metadata viewport should support dynamic viewport export',
],
'test/e2e/app-dir/navigation/navigation.test.ts': [
'app dir - navigation query string useParams identity between renders should be stable in pages',
],
'test/e2e/basepath.test.ts': [
'basePath should 404 when manually adding basePath with router.push',
'basePath should 404 when manually adding basePath with router.replace',

View file

@ -3729,7 +3729,6 @@
"app dir - navigation query string should not reset shallow url updates on prefetch",
"app dir - navigation query string should set query correctly",
"app dir - navigation query string useParams identity between renders should be stable in app",
"app dir - navigation query string useParams identity between renders should be stable in pages",
"app dir - navigation redirect components should redirect client-side",
"app dir - navigation redirect components should redirect in a client component",
"app dir - navigation redirect components should redirect in a server component",
@ -3750,7 +3749,9 @@
],
"failed": [],
"pending": [],
"flakey": [],
"flakey": [
"app dir - navigation query string useParams identity between renders should be stable in pages"
],
"runtimeError": false
},
"test/e2e/app-dir/next-config/index.test.ts": {