File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 58
58
" app dir - navigation navigation between pages and app should not continously initiate a mpa navigation to the same URL when router state changes"
59
59
]
60
60
},
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
- },
68
61
"test/production/app-dir/unexpected-error/unexpected-error.test.ts" : {
69
62
"failed" : [
70
63
" unexpected-error should set response status to 500 for unexpected errors in ssr app route" ,
139
132
"test/e2e/middleware-general/test/index.test.ts" : {
140
133
"flakey" : [
141
134
" 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"
143
138
]
144
139
},
145
140
"test/e2e/prerender.test.ts" : {
154
149
"flakey" : [
155
150
" app-custom-routes no response returned should print an error when no response is returned"
156
151
]
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
+ ]
157
157
}
158
158
},
159
159
"rules" : {
You can’t perform that action at this time.
0 commit comments