From 85b15888e8412ed2879b5dd5653edeb2153cb039 Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Tue, 24 Oct 2023 14:24:47 +0200 Subject: [PATCH] Disable "can receive a verification request when there is no existing DM" for EWR (#11788) --- cypress/e2e/crypto/verification.spec.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cypress/e2e/crypto/verification.spec.ts b/cypress/e2e/crypto/verification.spec.ts index 31ee851532..2ce00af617 100644 --- a/cypress/e2e/crypto/verification.spec.ts +++ b/cypress/e2e/crypto/verification.spec.ts @@ -20,7 +20,7 @@ import type { MatrixClient } from "matrix-js-sdk/src/matrix"; import type { VerificationRequest, Verifier } from "matrix-js-sdk/src/crypto-api"; import { CypressBot } from "../../support/bot"; import { HomeserverInstance } from "../../plugins/utils/homeserver"; -import { emitPromise } from "../../support/util"; +import { emitPromise, skipIfRustCrypto } from "../../support/util"; import { checkDeviceIsConnectedKeyBackup, checkDeviceIsCrossSigned, @@ -317,6 +317,10 @@ describe("User verification", () => { }); it("can receive a verification request when there is no existing DM", () => { + // Extremely flaky with rust crypto + // see https://github.com/vector-im/element-web/issues/26420 + skipIfRustCrypto(); + cy.bootstrapCrossSigning(aliceCredentials); // the other user creates a DM