mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Skip flaky test 'Looking in thread view to find old threads' (#11724)
This commit is contained in:
parent
5a961795bc
commit
fa559cddbe
@ -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, [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user