Skip to content

Commit

Permalink
test: disable sa period hash tests for turbopack build (#70616)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi authored Sep 30, 2024
1 parent 8a62e4b commit ee3211e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions test/turbopack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15856,6 +15856,26 @@
"flakey": [],
"runtimeError": false
},
"test/production/app-dir/server-action-period-hash/server-action-period-hash.test.ts": {
"passed": [],
"failed": [
"app-dir - server-action-period-hash should have same manifest between continuous two builds",
"app-dir - server-action-period-hash should have different manifest between two builds with period hash"
],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/production/app-dir/server-action-period-hash/server-action-period-hash-custom-key.test.ts": {
"passed": [],
"failed": [
"app-dir - server-action-period-hash-custom-key should have different manifest if the encryption key from process env is changed",
"app-dir - server-action-period-hash-custom-key should have different manifest if the encryption key from process env is same"
],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/production/app-dir/ssg-single-pass/ssg-single-pass.test.ts": {
"passed": [
"ssg-single-pass should only render the page once during an ISR revalidation",
Expand Down

0 comments on commit ee3211e

Please sign in to comment.