Re-enable previously-flaky cypress test (#11998)

This should now be fixed, thanks to
https://github.com/matrix-org/matrix-js-sdk/pull/3932.
pull/28217/head
Richard van der Hoff 2023-12-05 12:37:52 +00:00 committed by GitHub
parent b691be3bee
commit 447d2ce415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -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