|
7113 | 7113 | "runtime prefetching in a page includes headers, but not dynamic content", |
7114 | 7114 | "runtime prefetching in a page includes root params, but not dynamic content", |
7115 | 7115 | "runtime prefetching in a page includes search params, but not dynamic content", |
7116 | | - "runtime prefetching in a private cache can completely prefetch a page that uses cookies and no uncached IO", |
7117 | 7116 | "runtime prefetching in a private cache includes cookies, but not dynamic content", |
7118 | 7117 | "runtime prefetching in a private cache includes dynamic params, but not dynamic content", |
7119 | 7118 | "runtime prefetching in a private cache includes headers, but not dynamic content", |
|
7129 | 7128 | "runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side different cookies should return different prefetch results - in a private cache", |
7130 | 7129 | "runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side private caches should return new results on each request" |
7131 | 7130 | ], |
7132 | | - "failed": [], |
| 7131 | + "failed": [ |
| 7132 | + "runtime prefetching in a private cache can completely prefetch a page that uses cookies and no uncached IO" |
| 7133 | + ], |
7133 | 7134 | "pending": [], |
7134 | 7135 | "flakey": [], |
7135 | 7136 | "runtimeError": false |
|
8384 | 8385 | "flakey": [], |
8385 | 8386 | "runtimeError": false |
8386 | 8387 | }, |
8387 | | - "test/e2e/deployment-id-function/deployment-id-function.test.ts": { |
8388 | | - "passed": [ |
8389 | | - "deploymentId function support should throw error when deploymentId exceeds 32 characters", |
8390 | | - "deploymentId function support should throw error when deploymentId function returns non-string", |
8391 | | - "deploymentId function support should throw error when deploymentId function returns string exceeding 32 characters", |
8392 | | - "deploymentId function support should work with deploymentId as a function returning string", |
8393 | | - "deploymentId function support should work with deploymentId as a string", |
8394 | | - "deploymentId function support should work with deploymentId function using environment variable", |
8395 | | - "deploymentId function support should work with useSkewCookie and deploymentId function" |
8396 | | - ], |
8397 | | - "failed": [], |
8398 | | - "pending": [], |
8399 | | - "flakey": [], |
8400 | | - "runtimeError": false |
8401 | | - }, |
8402 | 8388 | "test/e2e/deprecation-warnings/deprecation-warnings.test.ts": { |
8403 | 8389 | "passed": [ |
8404 | 8390 | "deprecation-warnings with deprecated config options should emit deprecation warnings for explicitly configured deprecated options", |
|
11052 | 11038 | "flakey": [], |
11053 | 11039 | "runtimeError": false |
11054 | 11040 | }, |
| 11041 | + "test/e2e/url-deployment-id/url-deployment-id.test.ts": { |
| 11042 | + "passed": [], |
| 11043 | + "failed": [], |
| 11044 | + "pending": [ |
| 11045 | + "URL asset references with deploymentId API route should return import src with dpl query", |
| 11046 | + "URL asset references with deploymentId API route should return new URL with dpl query", |
| 11047 | + "URL asset references with deploymentId dynamic RSC page (headers) should include dpl query in dynamic RSC page", |
| 11048 | + "URL asset references with deploymentId dynamic RSC page (headers) should include dpl query in new URL pattern", |
| 11049 | + "URL asset references with deploymentId dynamic client page (headers in layout) should include dpl query after hydration", |
| 11050 | + "URL asset references with deploymentId dynamic client page (headers in layout) should include dpl query in dynamic client page", |
| 11051 | + "URL asset references with deploymentId dynamic client page (headers in layout) should include dpl query in new URL pattern", |
| 11052 | + "URL asset references with deploymentId import src attribute should include dpl query in RSC page", |
| 11053 | + "URL asset references with deploymentId import src attribute should include dpl query in client page", |
| 11054 | + "URL asset references with deploymentId import src attribute should include dpl query in client page (after hydration)", |
| 11055 | + "URL asset references with deploymentId new URL() pattern should include dpl query in RSC page", |
| 11056 | + "URL asset references with deploymentId new URL() pattern should include dpl query in client page", |
| 11057 | + "URL asset references with deploymentId new URL() pattern should include dpl query in client page (after hydration)" |
| 11058 | + ], |
| 11059 | + "flakey": [], |
| 11060 | + "runtimeError": false |
| 11061 | + }, |
11055 | 11062 | "test/e2e/url-imports/url-imports.test.ts": { |
11056 | 11063 | "passed": [ |
11057 | 11064 | "Handle url imports should allow url import in css", |
|
20115 | 20122 | "config telemetry production mode emits telemetry for default React Compiler options", |
20116 | 20123 | "config telemetry production mode emits telemetry for enabled React Compiler", |
20117 | 20124 | "config telemetry production mode emits telemetry for filesystem cache in build mode", |
20118 | | - "config telemetry production mode emits telemetry for filesystem cache in dev mode", |
20119 | 20125 | "config telemetry production mode emits telemetry for isolatedDevBuild disabled", |
20120 | 20126 | "config telemetry production mode emits telemetry for isolatedDevBuild enabled by default", |
20121 | 20127 | "config telemetry production mode emits telemetry for middleware related options", |
|
20130 | 20136 | "config telemetry production mode emits telemetry for usage of swc plugins", |
20131 | 20137 | "config telemetry production mode emits telemetry for useCache directive" |
20132 | 20138 | ], |
20133 | | - "failed": [], |
| 20139 | + "failed": [ |
| 20140 | + "config telemetry production mode emits telemetry for filesystem cache in dev mode" |
| 20141 | + ], |
20134 | 20142 | "pending": [], |
20135 | 20143 | "flakey": [], |
20136 | 20144 | "runtimeError": false |
|
0 commit comments