mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
Merge pull request #26954 from element-hq/valere/only_run_loading_tests_on_legacy
Force legacy crypto for loading tests
This commit is contained in:
commit
92b3fb1e5e
1 changed files with 3 additions and 0 deletions
|
@ -129,6 +129,9 @@ describe("loading:", function () {
|
||||||
embedded_pages: {
|
embedded_pages: {
|
||||||
home_url: "data:text/html;charset=utf-8;base64,PGh0bWw+PC9odG1sPg==",
|
home_url: "data:text/html;charset=utf-8;base64,PGh0bWw+PC9odG1sPg==",
|
||||||
},
|
},
|
||||||
|
features: {
|
||||||
|
feature_rust_crypto: false,
|
||||||
|
},
|
||||||
...(opts.config ?? {}),
|
...(opts.config ?? {}),
|
||||||
} as IConfigOptions;
|
} as IConfigOptions;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue