diff --git a/playwright/e2e/read-receipts/read-receipts.spec.ts b/playwright/e2e/read-receipts/read-receipts.spec.ts index f2bad62dd0..36f74e2c64 100644 --- a/playwright/e2e/read-receipts/read-receipts.spec.ts +++ b/playwright/e2e/read-receipts/read-receipts.spec.ts @@ -107,7 +107,12 @@ test.describe("Read receipts", () => { await page.goto(`/#/room/${selectedRoomId}`); }); - test("With sync accumulator, considers main thread and unthreaded receipts #24629", async ({ page, app, bot }) => { + // Disabled due to flakiness: https://github.com/element-hq/element-web/issues/26895 + test.skip("With sync accumulator, considers main thread and unthreaded receipts #24629", async ({ + page, + app, + bot, + }) => { // Details are in https://github.com/vector-im/element-web/issues/24629 // This proves we've fixed one of the "stuck unreads" issues.