8000 chore: skip incompatible tests (#528) · opennextjs/opennextjs-netlify@b2ac7fc · GitHub
[go: up one dir, main page]

Skip to content

Commit b2ac7fc

Browse files
authored
chore: skip incompatible tests (#528)
1 parent 89de325 commit b2ac7fc

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

tests/test-config.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@
130130
"file": "test/e2e/app-dir/parallel-routes-and-interception/parallel-routes-and-interception.test.ts",
131131
"reason": "Tries to patch deployed files",
132132
"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"
134135
]
135136
},
136137
{
@@ -173,6 +174,7 @@
173174
"reason": "Header whitespace mismatch",
174175
"tests": [
175176
"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",
176178
"app dir - metadata dynamic routes robots.txt should handle sitemap.[ext] dynamic routes",
177179
"app dir - metadata dynamic routes social image routes should handle manifest.[ext] dynamic routes",
178180
"app dir - metadata dynamic routes social image routes should render og image with opengraph-image dynamic routes",
326328
"react-compiler babelrc should show an experimental warning"
327329
],
328330
"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"
329335
}
330336
],
331337
"failures": [
@@ -349,6 +355,11 @@
349355
"reason": "Nonce not automatically set in script tags when using CSP",
350356
"link": "https://github.com/netlify/next-runtime-minimal/issues/381"
351357
},
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+
},
352363
{
353364
"name": "Middleware Runtime with i18n should validate & parse request url from a dynamic route with params",
354365
"reason": "Middleware in sites with i18n generating incorrect request.url pathname",

0 commit comments

Comments
 (0)
0