Disable flaky verification test for Element-R (#11802)

t3chguy/dedup-icons-17oct
Richard van der Hoff 2023-10-26 13:43:54 +01:00 committed by GitHub
parent 6423f226b4
commit b382a1c733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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);