From 447d2ce415654e0d2e259276581feb1fee010b4a Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:37:52 +0000 Subject: [PATCH] Re-enable previously-flaky cypress test (#11998) This should now be fixed, thanks to https://github.com/matrix-org/matrix-js-sdk/pull/3932. --- cypress/e2e/crypto/verification.spec.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cypress/e2e/crypto/verification.spec.ts b/cypress/e2e/crypto/verification.spec.ts index 2ce00af617..31ee851532 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, skipIfRustCrypto } from "../../support/util"; +import { emitPromise } from "../../support/util"; import { checkDeviceIsConnectedKeyBackup, checkDeviceIsCrossSigned, @@ -317,10 +317,6 @@ 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