Skip to content

Commit

Permalink
Skip flaky test 'Looking in thread view to find old threads' (#11724)
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam committed Oct 19, 2023
1 parent 5a96179 commit fa559cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/read-receipts/high-level.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ describe("Read receipts", () => {
assertUnreadThread("Root2");
assertUnreadThread("Root3");
});
it("Looking in thread view to find old threads that were never read makes the room unread", () => {
// XXX: fails because flakes, sometimes finding 7 unread instead of 6
it.skip("Looking in thread view to find old threads that were never read makes the room unread", () => {
// Given lots of messages in threads that are unread
goTo(room1);
receiveMessages(room2, [
Expand Down

0 comments on commit fa559cd

Please sign in to comment.