From da85b6f2578c7d395cbc06500fdfbac148e119a9 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 3 Oct 2023 16:04:13 +0100 Subject: [PATCH] Enable some cypress tests for rust crypto (#11689) --- cypress/e2e/crypto/crypto.spec.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cypress/e2e/crypto/crypto.spec.ts b/cypress/e2e/crypto/crypto.spec.ts index 99a6b647f3..724e4fb1f2 100644 --- a/cypress/e2e/crypto/crypto.spec.ts +++ b/cypress/e2e/crypto/crypto.spec.ts @@ -185,8 +185,6 @@ describe("Cryptography", function () { } it("by recovery code", () => { - skipIfRustCrypto(); - // Verified the device if (isDeviceVerified) { cy.bootstrapCrossSigning(aliceCredentials); @@ -223,8 +221,6 @@ describe("Cryptography", function () { }); it("by passphrase", () => { - skipIfRustCrypto(); - // Verified the device if (isDeviceVerified) { cy.bootstrapCrossSigning(aliceCredentials);