Disable flaky test 'Reading a thread after a reaction to a redacted message marks the thread as read' (#11890)
This commit is contained in:
parent
43909ae44f
commit
03b2246068
1 changed files with 2 additions and 1 deletions
|
@ -541,7 +541,8 @@ describe("Read receipts", () => {
|
|||
// Then the room is unread
|
||||
assertStillRead(room2);
|
||||
});
|
||||
it("Reading a thread after a reaction to a redacted message marks the thread as read", () => {
|
||||
// XXX: failed because flakes: https://github.com/vector-im/element-web/issues/26594
|
||||
it.skip("Reading a thread after a reaction to a redacted message marks the thread as read", () => {
|
||||
// Given a redacted message in a thread exists, but someone reacted to it before it was redacted
|
||||
goTo(room1);
|
||||
receiveMessages(room2, [
|
||||
|
|
Loading…
Reference in a new issue