|
130 | 130 | "file": "test/e2e/app-dir/parallel-routes-and-interception/parallel-routes-and-interception.test.ts",
|
131 | 131 | "reason": "Tries to patch deployed files",
|
132 | 132 | "tests": [
|
133 |
| - "parallel-routes-and-interception parallel routes should gracefully handle when two page segments match the `children` parallel slot" |
| 133 | + "parallel-routes-and-interception parallel routes should gracefully handle when two page segments match the `children` parallel slot", |
| 134 | + "parallel-routes-and-interception with patching should gracefully handle when two page segments match the `children` parallel slot" |
134 | 135 | ]
|
135 | 136 | },
|
136 | 137 | {
|
|
173 | 174 | "reason": "Header whitespace mismatch",
|
174 | 175 | "tests": [
|
175 | 176 | "app dir - metadata dynamic routes robots.txt should handle robots.[ext] dynamic routes",
|
| 177 | + "app dir - metadata dynamic routes sitemap should handle sitemap.[ext] dynamic routes", |
176 | 178 | "app dir - metadata dynamic routes robots.txt should handle sitemap.[ext] dynamic routes",
|
177 | 179 | "app dir - metadata dynamic routes social image routes should handle manifest.[ext] dynamic routes",
|
178 | 180 | "app dir - metadata dynamic routes social image routes should render og image with opengraph-image dynamic routes",
|
|
326 | 328 | "react-compiler babelrc should show an experimental warning"
|
327 | 329 | ],
|
328 | 330 | "reason": "Uses CLI output"
|
| 331 | + }, |
| 332 | + { |
| 333 | + "file": "test/e2e/edge-async-local-storage/index.test.ts", |
| 334 | + "reason": "Test is incompatible with serverless because it relies on shared state between requests" |
329 | 335 | }
|
330 | 336 | ],
|
331 | 337 | "failures": [
|
|
349 | 355 | "reason": "Nonce not automatically set in script tags when using CSP",
|
350 | 356 | "link": "https://github.com/netlify/next-runtime-minimal/issues/381"
|
351 | 357 | },
|
| 358 | + { |
| 359 | + "name": "app dir - basic next/script should pass nonce when using next/font", |
| 360 | + "reason": "Nonce not automatically set in script tags when using CSP", |
| 361 | + "link": "https://github.com/netlify/next-runtime-minimal/issues/381" |
| 362 | + }, |
352 | 363 | {
|
353 | 364 | "name": "Middleware Runtime with i18n should validate & parse request url from a dynamic route with params",
|
354 | 365 | "reason": "Middleware in sites with i18n generating incorrect request.url pathname",
|
|
0 commit comments