From 7d36c8315bc26b4bf98c0d11194aad24466c2b6c Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 6 Jun 2023 08:50:30 +0100 Subject: [PATCH] Disable verification test for Element-R (#11046) We haven't implemented this yet! --- cypress/e2e/crypto/crypto.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/e2e/crypto/crypto.spec.ts b/cypress/e2e/crypto/crypto.spec.ts index 17975e88da..0a332a376d 100644 --- a/cypress/e2e/crypto/crypto.spec.ts +++ b/cypress/e2e/crypto/crypto.spec.ts @@ -330,6 +330,7 @@ describe("Verify own device", () => { let homeserver: HomeserverInstance; beforeEach(() => { + skipIfRustCrypto(); cy.startHomeserver("default").then((data: HomeserverInstance) => { homeserver = data;