From 27b138b52d58db79b8f75fef8d8a6aa421312076 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 29 Nov 2023 17:21:11 +0000 Subject: [PATCH] Enable disabled cypress test (#11979) I can't for the life of me make this fail locally, so let's have a go on CI. --- cypress/e2e/crypto/crypto.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/cypress/e2e/crypto/crypto.spec.ts b/cypress/e2e/crypto/crypto.spec.ts index 408328b422..5fd5671fac 100644 --- a/cypress/e2e/crypto/crypto.spec.ts +++ b/cypress/e2e/crypto/crypto.spec.ts @@ -277,7 +277,6 @@ 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);