Skip to content

Commit

Permalink
Merge pull request #26954 from element-hq/valere/only_run_loading_tes…
Browse files Browse the repository at this point in the history
…ts_on_legacy

Force legacy crypto for loading tests
  • Loading branch information
BillCarsonFr authored Feb 2, 2024
2 parents 0266f73 + a41cf21 commit 92b3fb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/app-tests/loading-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 92b3fb1

Please sign in to comment.