Enable some cypress tests for rust crypto (#11689)

pull/28788/head^2
Richard van der Hoff 2023-10-03 16:04:13 +01:00 committed by GitHub
parent 34a0cf7e54
commit da85b6f257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

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