From b382a1c73369d22101ff77bdcef91afc332be46a Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:43:54 +0100 Subject: [PATCH] Disable flaky verification test for Element-R (#11802) --- 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 b8f5be8762..9795b9da2d 100644 --- a/cypress/e2e/crypto/crypto.spec.ts +++ b/cypress/e2e/crypto/crypto.spec.ts @@ -278,6 +278,7 @@ describe("Cryptography", function () { }); it("should allow verification when there is no existing DM", function (this: CryptoTestContext) { + skipIfRustCrypto(); // https://github.com/vector-im/element-web/issues/26447 cy.bootstrapCrossSigning(aliceCredentials); autoJoin(this.bob);