Skip to content

Commit cbb0188

Browse files
authored
chore: more next 14.1 e2e test skips (#184)
1 parent 0f385e1 commit cbb0188

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/netlify-e2e.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@
5858
"app dir - navigation navigation between pages and app should not continously initiate a mpa navigation to the same URL when router state changes"
5959
]
6060
},
61-
"test/e2e/app-dir/app-static/app-static-custom-handler.test.ts": {
62-
"failed": [
63-
"app-dir static/dynamic handling should output debug info for static bailouts",
64-
"app-dir static/dynamic handling should have correct prerender-manifest entries",
65-
"app-dir static/dynamic handling should output HTML/RSC files for static paths"
66-
]
67-
},
6861
"test/production/app-dir/unexpected-error/unexpected-error.test.ts": {
6962
"failed": [
7063
"unexpected-error should set response status to 500 for unexpected errors in ssr app route",
@@ -139,7 +132,9 @@
139132
"test/e2e/middleware-general/test/index.test.ts": {
140133
"flakey": [
141134
"Middleware Runtime with i18n should redirect the same for direct visit and client-transition",
142-
"Middleware Runtime without i18n should redirect the same for direct visit and client-transition"
135+
"Middleware Runtime without i18n should redirect the same for direct visit and client-transition",
136+
"Middleware Runtime with i18n should allow to abort a fetch request",
137+
"Middleware Runtime without i18n should allow to abort a fetch request"
143138
]
144139
},
145140
"test/e2e/prerender.test.ts": {
@@ -154,6 +149,11 @@
154149
"flakey": [
155150
"app-custom-routes no response returned should print an error when no response is returned"
156151
]
152+
},
153+
"test/e2e/app-dir/actions/app-action.test.ts": {
154+
"flakey": [
155+
"app-dir action handling should log a warning when a server action is not found but an id is provided"
156+
]
157157
}
158158
},
159159
"rules": {

0 commit comments

Comments
 (0)