From ff35107e9cb0cb7e53f1d511b8347cfe48e81f2e Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:25:31 +0100 Subject: [PATCH] Update comment on disabled cypress test (#11772) It still doesn't work, but the reason has changed --- cypress/e2e/crypto/crypto.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();