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

Commit e622af9

Browse files
committed
Enable cypress tests
1 parent 156b354 commit e622af9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cypress/e2e/crypto/crypto.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ describe("Cryptography", function () {
259259
}
260260

261261
it("creating a DM should work, being e2e-encrypted / user verification", function (this: CryptoTestContext) {
262-
skipIfRustCrypto();
263262
cy.bootstrapCrossSigning(aliceCredentials);
264263
startDMWithBob.call(this);
265264
// send first message
@@ -281,7 +280,6 @@ describe("Cryptography", function () {
281280
});
282281

283282
it("should allow verification when there is no existing DM", function (this: CryptoTestContext) {
284-
skipIfRustCrypto();
285283
cy.bootstrapCrossSigning(aliceCredentials);
286284
autoJoin(this.bob);
287285

0 commit comments

Comments
 (0)