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

Commit

Permalink
Disable flaky verification test for Element-R (#11802)
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh authored Oct 26, 2023
1 parent 6423f22 commit b382a1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/crypto/crypto.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit b382a1c

Please sign in to comment.