Skip to content

Commit ee3211e

Browse files
authored
test: disable sa period hash tests for turbopack build (#70616)
1 parent 8a62e4b commit ee3211e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

test/turbopack-build-tests-manifest.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15856,6 +15856,26 @@
1585615856
"flakey": [],
1585715857
"runtimeError": false
1585815858
},
15859+
"test/production/app-dir/server-action-period-hash/server-action-period-hash.test.ts": {
15860+
"passed": [],
15861+
"failed": [
15862+
"app-dir - server-action-period-hash should have same manifest between continuous two builds",
15863+
"app-dir - server-action-period-hash should have different manifest between two builds with period hash"
15864+
],
15865+
"pending": [],
15866+
"flakey": [],
15867+
"runtimeError": false
15868+
},
15869+
"test/production/app-dir/server-action-period-hash/server-action-period-hash-custom-key.test.ts": {
15870+
"passed": [],
15871+
"failed": [
15872+
"app-dir - server-action-period-hash-custom-key should have different manifest if the encryption key from process env is changed",
15873+
"app-dir - server-action-period-hash-custom-key should have different manifest if the encryption key from process env is same"
15874+
],
15875+
"pending": [],
15876+
"flakey": [],
15877+
"runtimeError": false
15878+
},
1585915879
"test/production/app-dir/ssg-single-pass/ssg-single-pass.test.ts": {
1586015880
"passed": [
1586115881
"ssg-single-pass should only render the page once during an ISR revalidation",

0 commit comments

Comments
 (0)