Movatterモバイル変換


[0]ホーム

URL:


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

Commit910c660

Browse files
committed
test: skip some tests
1 parentdd92a05 commit910c660

File tree

1 file changed

+48
-5
lines changed

1 file changed

+48
-5
lines changed

‎tests/test-config.json‎

Lines changed: 48 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@
124124
{
125125
"file":"test/e2e/app-dir/app-static/app-static.test.ts",
126126
"reason":"Uses CLI output",
127-
"tests": ["app-dir static/dynamic handling should warn for too many cache tags"]
127+
"tests": [
128+
"app-dir static/dynamic handling should warn for too many cache tags"
129+
]
128130
},
129131
{
130132
"file":"test/e2e/app-dir/parallel-routes-and-interception/parallel-routes-and-interception.test.ts",
@@ -442,24 +444,65 @@
442444
{
443445
"file":"test/e2e/app-dir/app-root-params-getters/generate-static-params.test.ts",
444446
"reason":"Test relies on x-vercel-cache response header that is Vercel specific",
445-
"tests": ["app-root-param-getters - generateStaticParams should be statically prerenderable"]
447+
"tests": [
448+
"app-root-param-getters - generateStaticParams should be statically prerenderable"
449+
]
446450
},
447451
{
448452
"file":"test/e2e/app-dir/fallback-shells/fallback-shells.test.ts",
449453
"reason":"Test relies on x-matched-path response header that is not set in non-minimal mode"
450454
},
451455
{
452456
"file":"test/e2e/app-dir/rsc-redirect/rsc-redirect.test.ts",
453-
"reason":"page.waitForLoadState('networkidle') not resolving",
457+
"reason":"page.waitForLoadState('networkidle') not resolving OR deploy fails for cacheComponents: true case due to incompatible fixture that contains 'export dynamic' not allowed in cacheComponents",
454458
"tests": [
455459
"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"
460+
"rsc-redirect /old-about -> /about (ppr: false, segmentCache: false) uses prefetched, redirected URL in the navigation, as opposed to the href in the link",
461+
"rsc-redirect /old-about -> /about (cacheComponents: false, segmentCache: true) uses prefetched, redirected URL in the navigation, as opposed to the href in the link",
462+
"rsc-redirect /old-about -> /about (cacheComponents: false, segmentCache: false) uses prefetched, redirected URL in the navigation, as opposed to the href in the link",
463+
"rsc-redirect /old-about -> /about (cacheComponents: true, segmentCache: true) uses prefetched, redirected URL in the navigation, as opposed to the href in the link",
464+
"rsc-redirect /old-about -> /about (cacheComponents: true, segmentCache: false) uses prefetched, redirected URL in the navigation, as opposed to the href in the link"
457465
]
458466
},
459467
{
460468
"file":"test/e2e/app-dir/sub-shell-generation-middleware/sub-shell-generation-middleware.test.ts",
461469
"reason":"Checking Vercel specific x-vercel-cache header",
462-
"tests": ["middleware-static-rewrite should eventually result in a cache hit"]
470+
"tests": [
471+
"middleware-static-rewrite should eventually result in a cache hit"
472+
]
473+
},
474+
{
475+
"file":"test/e2e/app-dir/app-client-cache/client-cache.parallel-routes.test.ts",
476+
"reason":"This test seems to start interacting with the page before everything fully loaded and hydrated. Adding few second sleep before starting interactions seems to unflake it.",
477+
"test": [
478+
"app dir client cache with parallel routes prefetch={true} should re-use the cache for the full page, only for 5 mins"
479+
]
480+
},
481+
{
482+
"file":"test/e2e/app-dir/app-client-cache/client-cache.defaults.test.ts",
483+
"reason":"This test seems to start interacting with the page before everything fully loaded and hydrated. Adding few second sleep before starting interactions seems to unflake it.",
484+
"test": [
485+
"app dir client cache semantics (default semantics) prefetch={true} should re-use the cache for the full page, only for 5 mins"
486+
]
487+
},
488+
{
489+
"file":"test/e2e/app-dir/disable-logging-route/disable-logging-route.test.ts",
490+
"reason":"This test just check CLI logs which are not compatible, with verbose debug logging we use."
491+
},
492+
{
493+
"file":"test/e2e/app-dir/cache-components-allow-otel-spans/cache-components-allow-otel-spans.test.ts",
494+
"reason":"Setup not working the same due to initial page serving stale and regenerating in background, causing second request to not match",
495+
"tests": [
496+
"hello-world should allow creating Spans during prerendering during the build - inside a Cache Components"
497+
]
498+
},
499+
{
500+
"file":"test/e2e/app-dir/searchparams-reuse-loading/searchparams-reuse-loading.test.ts",
501+
"reason":"This test seems to start interacting with the page before everything fully loaded and hydrated. Adding few second sleep before starting interactions seems to unflake it.",
502+
"tests": [
503+
"searchparams-reuse-loading With Middleware should correctly return different RSC data for full prefetches with different searchParam values",
504+
"searchparams-reuse-loading Without Middleware should correctly return different RSC data for full prefetches with different searchParam values"
505+
]
463506
}
464507
],
465508
"failures": [

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp