Skip to content

Commit

Permalink
Enable A thread with a redacted unread is still read after restart (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros authored and Pankaj-SinghR committed Dec 29, 2023
1 parent 0d35539 commit 442ec23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions playwright/e2e/read-receipts/redactions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -688,8 +688,7 @@ test.describe("Read receipts", () => {
// Then the room is read
await util.assertRead(room2);
});
// XXX: fails because flakes with matrix-js-sdk#3798 (only when all other tests are enabled!)
test.skip("A thread with a redacted unread is still read after restart", async ({
test("A thread with a redacted unread is still read after restart", async ({
roomAlpha: room1,
roomBeta: room2,
util,
Expand Down

0 comments on commit 442ec23

Please sign in to comment.