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

Commit 447d2ce

Browse files
authored
Re-enable previously-flaky cypress test (#11998)
This should now be fixed, thanks to matrix-org/matrix-js-sdk#3932.
1 parent b691be3 commit 447d2ce

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

cypress/e2e/crypto/verification.spec.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import type { MatrixClient } from "matrix-js-sdk/src/matrix";
2020
import type { VerificationRequest, Verifier } from "matrix-js-sdk/src/crypto-api";
2121
import { CypressBot } from "../../support/bot";
2222
import { HomeserverInstance } from "../../plugins/utils/homeserver";
23-
import { emitPromise, skipIfRustCrypto } from "../../support/util";
23+
import { emitPromise } from "../../support/util";
2424
import {
2525
checkDeviceIsConnectedKeyBackup,
2626
checkDeviceIsCrossSigned,
@@ -317,10 +317,6 @@ describe("User verification", () => {
317317
});
318318

319319
it("can receive a verification request when there is no existing DM", () => {
320-
// Extremely flaky with rust crypto
321-
// see https://github.com/vector-im/element-web/issues/26420
322-
skipIfRustCrypto();
323-
324320
cy.bootstrapCrossSigning(aliceCredentials);
325321

326322
// the other user creates a DM

0 commit comments

Comments
 (0)