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);