|
124 | 124 | {
|
125 | 125 | "file": "test/e2e/app-dir/app-static/app-static.test.ts",
|
126 | 126 | "reason": "Uses CLI output",
|
127 | | - "tests": [ |
128 | | - "app-dir static/dynamic handling should warn for too many cache tags" |
129 | | - ] |
| 127 | + "tests": ["app-dir static/dynamic handling should warn for too many cache tags"] |
130 | 128 | },
|
131 | 129 | {
|
132 | 130 | "file": "test/e2e/app-dir/parallel-routes-and-interception/parallel-routes-and-interception.test.ts",
|
|
444 | 442 | {
|
445 | 443 | "file": "test/e2e/app-dir/app-root-params-getters/generate-static-params.test.ts",
|
446 | 444 | "reason": "Test relies on x-vercel-cache response header that is Vercel specific",
|
447 | | - "tests": [ |
448 | | - "app-root-param-getters - generateStaticParams should be statically prerenderable" |
449 | | - ] |
| 445 | + "tests": ["app-root-param-getters - generateStaticParams should be statically prerenderable"] |
450 | 446 | },
|
451 | 447 | {
|
452 | 448 | "file": "test/e2e/app-dir/fallback-shells/fallback-shells.test.ts",
|
|
491 | 487 | {
|
492 | 488 | "file": "test/e2e/app-dir/sub-shell-generation-middleware/sub-shell-generation-middleware.test.ts",
|
493 | 489 | "reason": "Checking Vercel specific x-vercel-cache header",
|
494 | | - "tests": [ |
495 | | - "middleware-static-rewrite should eventually result in a cache hit" |
496 | | - ] |
| 490 | + "tests": ["middleware-static-rewrite should eventually result in a cache hit"] |
497 | 491 | }
|
498 | 492 | ],
|
499 | 493 | "failures": [
|
|
0 commit comments