From 8f9cf862fe1a0c79527d7b8816d31deaff6c054e Mon Sep 17 00:00:00 2001 From: Valere Date: Thu, 1 Feb 2024 21:35:11 +0100 Subject: [PATCH] Force legacy crypto for loading tests --- test/app-tests/loading-test.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/app-tests/loading-test.tsx b/test/app-tests/loading-test.tsx index 00b09ccadd..ba58f657a4 100644 --- a/test/app-tests/loading-test.tsx +++ b/test/app-tests/loading-test.tsx @@ -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;