|
2856 | 2856 | "app-dir - metadata-streaming should render the metadata in the browser",
|
2857 | 2857 | "app-dir - metadata-streaming should send streaming response for headless browser bots",
|
2858 | 2858 | "app-dir - metadata-streaming should send the blocking response for html limited bots",
|
2859 |
| - "app-dir - metadata-streaming should still load viewport meta tags even if metadata is delayed" |
| 2859 | + "app-dir - metadata-streaming should still load viewport meta tags even if metadata is delayed", |
| 2860 | + "app-dir - metadata-streaming should still render metadata if children is not rendered in parallel routes layout" |
2860 | 2861 | ],
|
2861 | 2862 | "failed": [],
|
2862 | 2863 | "pending": [],
|
|
6517 | 6518 | "flakey": [],
|
6518 | 6519 | "runtimeError": false
|
6519 | 6520 | },
|
| 6521 | + "test/e2e/instrumentation-client-hook/instrumentation-client-hook.test.ts": { |
| 6522 | + "passed": [ |
| 6523 | + "Instrumentation Client Hook App Router should execute instrumentation-client from app router before hydration", |
| 6524 | + "Instrumentation Client Hook HMR in development mode skips tests in non-dev mode", |
| 6525 | + "Instrumentation Client Hook Pages Router should execute instrumentation-client from pages router before hydration", |
| 6526 | + "Instrumentation Client Hook With src folder should execute instrumentation-client from with src folder before hydration" |
| 6527 | + ], |
| 6528 | + "failed": [], |
| 6529 | + "pending": [], |
| 6530 | + "flakey": [], |
| 6531 | + "runtimeError": false |
| 6532 | + }, |
6520 | 6533 | "test/e2e/instrumentation-hook-src/instrumentation-hook-src.test.ts": {
|
6521 | 6534 | "passed": [
|
6522 | 6535 | "instrumentation-hook-rsc instrumentation should not overlap with a instrumentation page",
|
@@ -17842,14 +17855,14 @@
|
17842 | 17855 | "runtimeError": false
|
17843 | 17856 | },
|
17844 | 17857 | "test/production/build-spinners/index.test.ts": {
|
17845 |
| - "passed": [], |
17846 |
| - "failed": [ |
| 17858 | + "passed": [ |
17847 | 17859 | "build-spinners should handle build spinners correctly app and pages",
|
17848 | 17860 | "build-spinners should handle build spinners correctly app dir - (compile workers)",
|
17849 | 17861 | "build-spinners should handle build spinners correctly app dir - basic",
|
17850 | 17862 | "build-spinners should handle build spinners correctly page dir",
|
17851 | 17863 | "build-spinners should handle build spinners correctly page dir (compile workers)"
|
17852 | 17864 | ],
|
| 17865 | + "failed": [], |
17853 | 17866 | "pending": [],
|
17854 | 17867 | "flakey": [],
|
17855 | 17868 | "runtimeError": false
|
|
0 commit comments