Skip to content

Commit c40ce7e

Browse files
Update Rspack production test manifest (#82525)
This auto-generated PR updates the production integration test manifest used when testing Rspack.
1 parent c3c0b78 commit c40ce7e

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

test/rspack-build-tests-manifest.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,6 +1720,15 @@
17201720
"flakey": [],
17211721
"runtimeError": false
17221722
},
1723+
"test/e2e/app-dir/cache-components-bot-ua/cache-components-bot-ua.test.ts": {
1724+
"passed": [
1725+
"cache-components PPR bot static generation bypass should bypass static generation for DOM bot requests to avoid SSG_BAILOUT"
1726+
],
1727+
"failed": [],
1728+
"pending": [],
1729+
"flakey": [],
1730+
"runtimeError": false
1731+
},
17231732
"test/e2e/app-dir/cache-components-create-component-tree/cache-components-create-component-tree.test.ts": {
17241733
"passed": [
17251734
"hello-world should not indicate there is an error when incidental math.random calls occur during component tree generation during build"
@@ -18875,7 +18884,10 @@
1887518884
"runtimeError": false
1887618885
},
1887718886
"test/production/adapter-config/adapter-config.test.ts": {
18878-
"passed": ["adapter-config should apply modifyConfig from adapter"],
18887+
"passed": [
18888+
"adapter-config should apply modifyConfig from adapter",
18889+
"adapter-config should call onBuildComplete with correct context"
18890+
],
1887918891
"failed": [],
1888018892
"pending": [],
1888118893
"flakey": [],
@@ -20101,11 +20113,10 @@
2010120113
},
2010220114
"test/production/pnpm-support/index.test.ts": {
2010320115
"passed": [
20104-
"pnpm support should build with dependencies installed via pnpm"
20105-
],
20106-
"failed": [
20116+
"pnpm support should build with dependencies installed via pnpm",
2010720117
"pnpm support should execute client-side JS on each page in output: \"standalone\""
2010820118
],
20119+
"failed": [],
2010920120
"pending": [],
2011020121
"flakey": [],
2011120122
"runtimeError": false

0 commit comments

Comments
 (0)