From c1a060bac6728a0d16ad21f32b53d357a482d4ae Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Fri, 10 Nov 2023 11:40:08 +0000 Subject: [PATCH] Disable everywhere since we saw another flake --- cypress/e2e/read-receipts/editing-messages.spec.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/cypress/e2e/read-receipts/editing-messages.spec.ts b/cypress/e2e/read-receipts/editing-messages.spec.ts index 6ab2da349e..bbaa15d659 100644 --- a/cypress/e2e/read-receipts/editing-messages.spec.ts +++ b/cypress/e2e/read-receipts/editing-messages.spec.ts @@ -19,7 +19,6 @@ limitations under the License. /// import { HomeserverInstance } from "../../plugins/utils/homeserver"; -import { skipIfRustCrypto } from "../../support/util"; import { assertRead, assertReadThread, @@ -179,11 +178,8 @@ describe("Read receipts", () => { // Then the room remains read assertStillRead(room2); }); - it("A room with an edit is still read after restart", () => { - // Flaky with rust crypto - // See https://github.com/vector-im/element-web/issues/26341 - skipIfRustCrypto(); - + // XXX: fails because flaky: https://github.com/vector-im/element-web/issues/26341 + it.skip("A room with an edit is still read after restart", () => { // Given a message is marked as read goTo(room2); receiveMessages(room2, ["Msg1"]);