From 238ff8d6659afadc8cab393c9bb7fd98daf8245d Mon Sep 17 00:00:00 2001 From: Kerry Date: Thu, 26 Oct 2023 20:30:51 +1300 Subject: [PATCH] Cypress flake: disable `Paging up through old messages after a room is read leaves the room read` (#11801) * disable flaky cypress test `Paging up through old messages after a room is read leaves the room read` * Update cypress/e2e/read-receipts/high-level.spec.ts --------- Co-authored-by: Michael Weimann --- cypress/e2e/read-receipts/high-level.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress/e2e/read-receipts/high-level.spec.ts b/cypress/e2e/read-receipts/high-level.spec.ts index 58700c234e..f8f88b2e60 100644 --- a/cypress/e2e/read-receipts/high-level.spec.ts +++ b/cypress/e2e/read-receipts/high-level.spec.ts @@ -172,7 +172,8 @@ describe("Read receipts", () => { }); describe("Paging up", () => { - it("Paging up through old messages after a room is read leaves the room read", () => { + // Flaky test https://github.com/vector-im/element-web/issues/26437 + it.skip("Paging up through old messages after a room is read leaves the room read", () => { // Given lots of messages are in the room, but we have read them goTo(room1); receiveMessages(room2, many("Msg", 110));