Cypress flake: disable `Paging up through old messages after a room is read leaves the room read` (#11801)
* disable flaky cypress test `Paging up through old messages after a room is read leaves the room read` * Update cypress/e2e/read-receipts/high-level.spec.ts --------- Co-authored-by: Michael Weimann <michaelw@matrix.org>pull/28788/head^2
parent
53f35b6d28
commit
238ff8d665
|
@ -172,7 +172,8 @@ describe("Read receipts", () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("Paging up", () => {
|
describe("Paging up", () => {
|
||||||
it("Paging up through old messages after a room is read leaves the room read", () => {
|
// 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
|
// Given lots of messages are in the room, but we have read them
|
||||||
goTo(room1);
|
goTo(room1);
|
||||||
receiveMessages(room2, many("Msg", 110));
|
receiveMessages(room2, many("Msg", 110));
|
||||||
|
|
Loading…
Reference in New Issue