Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2225022

Browse files
authored
test: skip tests (#3116)
1 parent 3e46472 commit 2225022

File tree

1 file changed

+176
-3
lines changed

1 file changed

+176
-3
lines changed

‎tests/test-config.json‎

Lines changed: 176 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,13 +447,186 @@
447447
{
448448
"file": "test/e2e/app-dir/fallback-shells/fallback-shells.test.ts",
449449
"reason": "Test relies on x-matched-path response header that is not set in non-minimal mode"
450+
},
451+
{
452+
"file": "test/e2e/app-dir/rsc-redirect/rsc-redirect.test.ts",
453+
"reason": "page.waitForLoadState('networkidle') not resolving",
454+
"tests": [
455+
"rsc-redirect /old-about -> /about (ppr: false, segmentCache: true) uses prefetched, redirected URL in the navigation, as opposed to the href in the link",
456+
"rsc-redirect /old-about -> /about (ppr: false, segmentCache: false) uses prefetched, redirected URL in the navigation, as opposed to the href in the link"
457+
]
458+
},
459+
{
460+
"file": "test/e2e/app-dir/sub-shell-generation-middleware/sub-shell-generation-middleware.test.ts",
461+
"reason": "Checking Vercel specific x-vercel-cache header",
462+
"tests": ["middleware-static-rewrite should eventually result in a cache hit"]
450463
}
451464
],
452465
"failures": [
453466
{
454-
"name": "This is an example for the json import to infer the right type",
455-
"reason": "(This is because for some reason we inject the `failures` key at runtime)",
456-
"link": "https://example.com"
467+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/3117",
468+
"reason": "[cache-components] `console.*` calls result in https://nextjs.org/docs/messages/next-prerender-current-time errors",
469+
"name": "hello-world should allow creating Spans during prerendering at runtime - inside a Cache Components"
470+
},
471+
{
472+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/3091",
473+
"reason": "hitting redirect count exceeded fetch error in edge runtime server action",
474+
"name": "app-dir - server-actions-redirect-middleware-rewrite.test should redirect correctly in edge runtime with middleware rewrite"
475+
},
476+
{
477+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/3090",
478+
"reason": "x-nextjs-postponed response header is set unexpectedly",
479+
"name": "runtime prefetching errors should trigger error boundaries for errors that occurred in runtime-prefetched content"
480+
},
481+
{
482+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/3090",
483+
"reason": "x-nextjs-postponed response header is set unexpectedly",
484+
"name": "(runtime prefetch) errors should trigger error boundaries for errors that occurred in runtime-prefetched content"
485+
},
486+
{
487+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/3075",
488+
"reason": "Not matching on static assets when assetPrefix is used and attempting to use url with assetPrefix",
489+
"name": "invalid-static-asset-404-pages-asset-prefix should return correct output with status 200 on valid asset path"
490+
},
491+
{
492+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/3075",
493+
"reason": "Not matching on static assets when assetPrefix is used and attempting to use url with assetPrefix",
494+
"name": "invalid-static-asset-404-app-asset-prefix should return correct output with status 200 on valid asset path"
495+
},
496+
{
497+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2924",
498+
"reason": "clientTraceMetadata experimental feature not supported",
499+
"name": "test/e2e/opentelemetry/client-trace-metadata/client-trace-metadata.test.ts"
500+
},
501+
{
502+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2785",
503+
"reason": "Crawler or Google prerender bot requests do not buffer responses",
504+
"name": "streaming-ssr-edge should not stream to crawlers or google pagerender bot"
505+
},
506+
{
507+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2784",
508+
"reason": "Test setup from previous test in test suite doesn't unregister request listener",
509+
"name": "app dir - rsc basics should be able to navigate between rsc routes"
510+
},
511+
{
512+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2751",
513+
"reason": "Socket.io test is flakey",
514+
"name": "test/e2e/socket-io/index.test.js"
515+
},
516+
{
517+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2750",
518+
"reason": "Middleware rewrites for dynamic routes not setting query/params in router",
519+
"name": "Middleware Rewrite should handle catch-all rewrite correctly"
520+
},
521+
{
522+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2750",
523+
"reason": "Middleware rewrites for dynamic routes not setting query/params in router",
524+
"name": "Middleware Rewrite should handle static rewrite from next.config.js correctly"
525+
},
526+
{
527+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2750",
528+
"reason": "Middleware rewrites for dynamic routes not setting query/params in router",
529+
"name": "Middleware Rewrite should opt out of prefetch caching for dynamic routes"
530+
},
531+
{
532+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2697",
533+
"reason": "middleware assets are not supported",
534+
"name": "test/e2e/og-api/index.test.ts"
535+
},
536+
{
537+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2694",
538+
"reason": "use-cache not persisted",
539+
"name": "test/e2e/app-dir/use-cache/use-cache.test.ts"
540+
},
541+
{
542+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2694",
543+
"reason": "use-cache not persisted",
544+
"name": "test/e2e/app-dir/use-cache-route-handler-only/use-cache-route-handler-only.test.ts"
545+
},
546+
{
547+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2678",
548+
"reason": "Prefetch priority is not threaded through to fetch calls",
549+
"name": "test/e2e/app-dir/app-prefetch/prefetching.test.ts"
550+
},
551+
{
552+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2628",
553+
"reason": "Rewrites to _next/static files not working",
554+
"name": "test/e2e/app-dir/asset-prefix/asset-prefix.test.ts"
555+
},
556+
{
557+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2628",
558+
"reason": "Rewrites to _next/static files not working",
559+
"name": "test/e2e/app-dir/asset-prefix-with-basepath/asset-prefix-with-basepath.test.ts"
560+
},
561+
{
562+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2628",
563+
"reason": "Rewrites to _next/static files not working",
564+
"name": "test/e2e/app-dir/asset-prefix-absolute/asset-prefix-absolute.test.ts"
565+
},
566+
{
567+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2626",
568+
"reason": "Undocumented next@15-canary reactMaxHeadersLength config option is not respected",
569+
"name": "test/e2e/app-dir/react-max-headers-length/react-max-headers-length.test.ts"
570+
},
571+
{
572+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2474",
573+
"reason": "does not correctly handle user middleware that redirects to path with canonical locale casing when app enables `skipMiddlewareUrlNormalize` and path contains locale slug with non-canonical casing",
574+
"name": "test/e2e/skip-trailing-slash-redirect/index.test.ts"
575+
},
576+
{
577+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2472",
578+
"reason": "Middleware does not match when using basePath and default locale",
579+
"name": "test/e2e/middleware-matcher/index.test.ts"
580+
},
581+
{
582+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2471",
583+
"reason": "Pages router data requests returning 404 when middleware is used",
584+
"name": "test/e2e/middleware-base-path/test/index.test.ts"
585+
},
586+
{
587+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2470",
588+
"reason": "Appending set-cookie header in middleware leads to duplicate header",
589+
"name": "test/e2e/middleware-responses/test/index.test.ts"
590+
},
591+
{
592+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2469",
593+
"reason": "Fetch action prefetch cache test is flakey",
594+
"name": "test/e2e/app-dir/actions/app-action.test.ts"
595+
},
596+
{
597+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2468",
598+
"reason": "Server error pages return encoded data without content-encoding header if accept-encoding is gzip",
599+
"name": "test/e2e/getserversideprops/test/index.test.ts"
600+
},
601+
{
602+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2467",
603+
"reason": "Pages router middleware should return 302 status for redirected data requests",
604+
"name": "test/e2e/middleware-redirects/test/index.test.ts"
605+
},
606+
{
607+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2466",
608+
"reason": "Middleware should not add trailing slashes to non-data requests in static dir",
609+
"name": "test/e2e/middleware-trailing-slash/test/index.test.ts"
610+
},
611+
{
612+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2465",
613+
"reason": "Middleware on sites with i18n cannot rewrite to static files",
614+
"name": "test/e2e/i18n-ignore-rewrite-source-locale/rewrites-with-basepath.test.ts"
615+
},
616+
{
617+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2465",
618+
"reason": "Middleware on sites with i18n cannot rewrite to static files",
619+
"name": "test/e2e/i18n-ignore-rewrite-source-locale/rewrites.test.ts"
620+
},
621+
{
622+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2464",
623+
"reason": "Nonce not automatically set in script tags when using CSP",
624+
"name": "test/e2e/app-dir/app/index.test.ts"
625+
},
626+
{
627+
"link": "https://github.com/opennextjs/opennextjs-netlify/issues/2464",
628+
"reason": "Nonce not automatically set in script tags when using CSP",
629+
"name": "test/e2e/app-dir/next-dynamic-csp-nonce/next-dynamic-csp-nonce.test.ts"
457630
}
458631
]
459632
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /