diff --git a/cypress/e2e/crypto/crypto.spec.ts b/cypress/e2e/crypto/crypto.spec.ts index cff2d554ad..b8f5be8762 100644 --- a/cypress/e2e/crypto/crypto.spec.ts +++ b/cypress/e2e/crypto/crypto.spec.ts @@ -452,7 +452,7 @@ describe("Cryptography", function () { }); it("Should show a grey padlock for a key restored from backup", () => { - skipIfRustCrypto(); // requires key backup (https://github.com/vector-im/element-web/issues/24828) + skipIfRustCrypto(); // doesn't work due to https://github.com/vector-im/element-web/issues/26393 enableKeyBackup();