From 16c89c21b197fdb52a130209d104fb285772861e Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Thu, 21 Dec 2023 17:57:22 +0100 Subject: [PATCH] Enable `A thread with a redacted unread is still read after restart` (#12083) --- playwright/e2e/read-receipts/redactions.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playwright/e2e/read-receipts/redactions.spec.ts b/playwright/e2e/read-receipts/redactions.spec.ts index f12807d287..1b5751acbc 100644 --- a/playwright/e2e/read-receipts/redactions.spec.ts +++ b/playwright/e2e/read-receipts/redactions.spec.ts @@ -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,