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

Cypress flake: disable Paging up through old messages after a room is read leaves the room read #11801

Merged
merged 2 commits into from
Oct 26, 2023
Merged
Changes from 1 commit
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
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", () => {
weeman1337 marked this conversation as resolved.
Show resolved Hide resolved
// Given lots of messages are in the room, but we have read them
goTo(room1);
receiveMessages(room2, many("Msg", 110));
Expand Down
Loading