Disable a bunch of flaky cypress tests (#11719)
This commit is contained in:
parent
9efa458b68
commit
7ff2b02364
4 changed files with 7 additions and 4 deletions
|
@ -256,6 +256,7 @@ describe("Cryptography", function () {
|
|||
}
|
||||
|
||||
it("creating a DM should work, being e2e-encrypted / user verification", function (this: CryptoTestContext) {
|
||||
skipIfRustCrypto(); // https://github.com/vector-im/element-web/issues/25618
|
||||
cy.bootstrapCrossSigning(aliceCredentials);
|
||||
startDMWithBob.call(this);
|
||||
// send first message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue