|
124 | 124 | { |
125 | 125 | "file":"test/e2e/app-dir/app-static/app-static.test.ts", |
126 | 126 | "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 | + ] |
128 | 130 | }, |
129 | 131 | { |
130 | 132 | "file":"test/e2e/app-dir/parallel-routes-and-interception/parallel-routes-and-interception.test.ts", |
|
442 | 444 | { |
443 | 445 | "file":"test/e2e/app-dir/app-root-params-getters/generate-static-params.test.ts", |
444 | 446 | "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 | + ] |
446 | 450 | }, |
447 | 451 | { |
448 | 452 | "file":"test/e2e/app-dir/fallback-shells/fallback-shells.test.ts", |
449 | 453 | "reason":"Test relies on x-matched-path response header that is not set in non-minimal mode" |
450 | 454 | }, |
451 | 455 | { |
452 | 456 | "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", |
454 | 458 | "tests": [ |
455 | 459 | "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" |
457 | 465 | ] |
458 | 466 | }, |
459 | 467 | { |
460 | 468 | "file":"test/e2e/app-dir/sub-shell-generation-middleware/sub-shell-generation-middleware.test.ts", |
461 | 469 | "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 | + ] |
463 | 506 | } |
464 | 507 | ], |
465 | 508 | "failures": [ |
|