diff --git a/test/app-tests/loading-test.tsx b/test/app-tests/loading-test.tsx index 00b09ccadd..2eee6a251c 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;