Disable flaky test 'Reading a thread after a reaction to a redacted message marks the thread as read' (#11890)

This commit is contained in:
Andy Balaam 2023-11-16 10:21:13 +00:00 committed by GitHub
parent 43909ae44f
commit 03b2246068
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -541,7 +541,8 @@ describe("Read receipts", () => {
// Then the room is unread // Then the room is unread
assertStillRead(room2); 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 // Given a redacted message in a thread exists, but someone reacted to it before it was redacted
goTo(room1); goTo(room1);
receiveMessages(room2, [ receiveMessages(room2, [