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

Commit

Permalink
Re-enable previously-flaky cypress test
Browse files Browse the repository at this point in the history
This should now be fixed, thanks to
matrix-org/matrix-js-sdk#3932.
  • Loading branch information
richvdh committed Dec 5, 2023
1 parent b691be3 commit 893c4e8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cypress/e2e/crypto/verification.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 893c4e8

Please sign in to comment.