Merge pull request #26954 from element-hq/valere/only_run_loading_tests_on_legacy

Force legacy crypto for loading tests
pull/26939/head
Valere 2024-02-02 10:57:36 +00:00 committed by GitHub
commit 92b3fb1e5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;