mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Disable 'Looking in thread view to find old threads...' because of flakes
This commit is contained in:
parent
cfd5165cd8
commit
8c759a9655
@ -303,7 +303,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 flaky: https://github.com/vector-im/element-web/issues/26331
|
||||
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…
Reference in New Issue
Block a user