Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Enable disabled cypress test (#11979)
Browse files Browse the repository at this point in the history
I can't for the life of me make this fail locally, so let's have a go on CI.
  • Loading branch information
richvdh authored Nov 29, 2023
1 parent e897d73 commit 27b138b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/crypto/crypto.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 27b138b

Please sign in to comment.