Disable a bunch of flaky cypress tests (#11719)
This commit is contained in:
parent
9efa458b68
commit
7ff2b02364
4 changed files with 7 additions and 4 deletions
|
@ -244,7 +244,8 @@ describe("Read receipts", () => {
|
|||
assertReadThread("Root2");
|
||||
assertReadThread("Root3");
|
||||
});
|
||||
it("Paging up to find old threads that were never read keeps the room unread", () => {
|
||||
// https://github.com/vector-im/element-web/issues/26294
|
||||
it.skip("Paging up to find old threads that were never read keeps the room unread", () => {
|
||||
// Given lots of messages in threads that are unread
|
||||
goTo(room1);
|
||||
receiveMessages(room2, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue