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

Disable flaky cypress test #11993

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cypress/e2e/read-receipts/new-messages.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@ describe("Read receipts", () => {
// Then the room becomes unread
assertUnread(room2, 1);
});
it("Sending a new different-thread message after marking as read makes it unread", () => {
// Flaky: disabled - https://github.com/vector-im/element-web/issues/26679
it.skip("Sending a new different-thread message after marking as read makes it unread", () => {
// Given 2 threads exist, and Thread2 has the latest message in it
goTo(room1);
receiveMessages(room2, ["Thread1", "Thread2", threadedOff("Thread1", "t1a")]);
Expand Down
Loading