Force legacy crypto for loading tests

pull/26954/head
Valere 2024-02-01 21:35:11 +01:00
parent 0266f73965
commit 8f9cf862fe
1 changed files with 3 additions and 0 deletions

View File

@ -129,6 +129,9 @@ describe("loading:", function () {
embedded_pages: {
home_url: "data:text/html;charset=utf-8;base64,PGh0bWw+PC9odG1sPg==",
},
features: {
"feature_rust_crypto": false,
},
...(opts.config ?? {}),
} as IConfigOptions;