Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
disable flaky cypress test `Paging up through old messages after a ro…
Browse files Browse the repository at this point in the history
…om is read leaves the room read`
  • Loading branch information
Kerry Archibald committed Oct 26, 2023
1 parent 48a89a2 commit d79da11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/read-receipts/high-level.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit d79da11

Please sign in to comment.