Skip to content

Commit ff7e8e1

Browse files
Update Turbopack production test manifest (#79277)
1 parent 07839ab commit ff7e8e1

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

test/turbopack-build-tests-manifest.json

+10-4
Original file line numberDiff line numberDiff line change
@@ -3292,6 +3292,13 @@
32923292
"flakey": [],
32933293
"runtimeError": false
32943294
},
3295+
"test/e2e/app-dir/monaco-editor/monaco-editor.test.ts": {
3296+
"passed": ["monaco-editor should load monaco-editor"],
3297+
"failed": [],
3298+
"pending": [],
3299+
"flakey": [],
3300+
"runtimeError": false
3301+
},
32953302
"test/e2e/app-dir/navigation-layout-suspense/navigation-layout-suspense.test.ts": {
32963303
"passed": [
32973304
"app dir - navigation with Suspense in nested layout resolves data after client navigation to a nested layout with Suspense"
@@ -4185,12 +4192,11 @@
41854192
"ppr-full Dynamic RSC Response for /on-demand/c should have correct headers",
41864193
"ppr-full Dynamic RSC Response for /static should have correct headers",
41874194
"ppr-full Dynamic RSC Response for /static should not contain dynamic content",
4188-
"ppr-full HTML Fallback Dynamic Shell should render the dynamic shell as static if the page is static",
4195+
"ppr-full HTML Fallback Dynamic Shell should render the fallback shell even if the page is static",
4196+
"ppr-full HTML Fallback Dynamic Shell should render the fallback shell every time",
41894197
"ppr-full HTML Fallback Dynamic Shell should render the fallback shell on first visit",
4190-
"ppr-full HTML Fallback Dynamic Shell should render the route shell on the second visit",
41914198
"ppr-full HTML Fallback Dynamic Shell will allow dynamic fallback shells even when static is enforced",
4192-
"ppr-full HTML Fallback Dynamic Shell will only revalidate the page",
4193-
"ppr-full HTML Fallback Dynamic Shell will revalidate the page and fallback shell",
4199+
"ppr-full HTML Fallback Dynamic Shell will not revalidate the fallback shell",
41944200
"ppr-full HTML Fallback for /fallback/nested/params/slug-01/slug-02 should render the fallback HTML immediately",
41954201
"ppr-full HTML Fallback for /fallback/nested/use-params/slug-01/slug-02 should render the fallback HTML immediately",
41964202
"ppr-full HTML Fallback for /fallback/nested/use-pathname/slug-01/slug-02 should render the fallback HTML immediately",

0 commit comments

Comments
 (0)