Enable A thread with a redacted unread is still read after restart
(#12083)
This commit is contained in:
parent
07747e24d4
commit
16c89c21b1
1 changed files with 1 additions and 2 deletions
|
@ -688,8 +688,7 @@ test.describe("Read receipts", () => {
|
||||||
// Then the room is read
|
// Then the room is read
|
||||||
await util.assertRead(room2);
|
await util.assertRead(room2);
|
||||||
});
|
});
|
||||||
// XXX: fails because flakes with matrix-js-sdk#3798 (only when all other tests are enabled!)
|
test("A thread with a redacted unread is still read after restart", async ({
|
||||||
test.skip("A thread with a redacted unread is still read after restart", async ({
|
|
||||||
roomAlpha: room1,
|
roomAlpha: room1,
|
||||||
roomBeta: room2,
|
roomBeta: room2,
|
||||||
util,
|
util,
|
||||||
|
|
Loading…
Reference in a new issue