Skip to content

Update Rspack production test manifest #82510

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion test/rspack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1720,6 +1720,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/cache-components-bot-ua/cache-components-bot-ua.test.ts": {
"passed": [
"cache-components PPR bot static generation bypass should bypass static generation for DOM bot requests to avoid SSG_BAILOUT"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/cache-components-create-component-tree/cache-components-create-component-tree.test.ts": {
"passed": [
"hello-world should not indicate there is an error when incidental math.random calls occur during component tree generation during build"
Expand Down Expand Up @@ -18875,7 +18884,10 @@
"runtimeError": false
},
"test/production/adapter-config/adapter-config.test.ts": {
"passed": ["adapter-config should apply modifyConfig from adapter"],
"passed": [
"adapter-config should apply modifyConfig from adapter",
"adapter-config should call onBuildComplete with correct context"
],
"failed": [],
"pending": [],
"flakey": [],
Expand Down
Loading