From d79da111a47dd8fafda59ca987811ab7c1c74a5e Mon Sep 17 00:00:00 2001 From: Kerry Archibald Date: Thu, 26 Oct 2023 19:24:26 +1300 Subject: [PATCH 1/2] disable flaky cypress test `Paging up through old messages after a room is read leaves the room read` --- cypress/e2e/read-receipts/high-level.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/read-receipts/high-level.spec.ts b/cypress/e2e/read-receipts/high-level.spec.ts index 58700c234e2..63aed3abdcf 100644 --- a/cypress/e2e/read-receipts/high-level.spec.ts +++ b/cypress/e2e/read-receipts/high-level.spec.ts @@ -172,7 +172,7 @@ describe("Read receipts", () => { }); describe("Paging up", () => { - it("Paging up through old messages after a room is read leaves the room read", () => { + 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)); From 069488b9f9fb72ab225bdccd2558b1d76b54809b Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Thu, 26 Oct 2023 08:49:33 +0200 Subject: [PATCH 2/2] Update cypress/e2e/read-receipts/high-level.spec.ts --- cypress/e2e/read-receipts/high-level.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/e2e/read-receipts/high-level.spec.ts b/cypress/e2e/read-receipts/high-level.spec.ts index 63aed3abdcf..f8f88b2e60c 100644 --- a/cypress/e2e/read-receipts/high-level.spec.ts +++ b/cypress/e2e/read-receipts/high-level.spec.ts @@ -172,6 +172,7 @@ describe("Read receipts", () => { }); describe("Paging up", () => { + // 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);