From a806d71d4583f4ee645a446a6efad6f48a9bd834 Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Tue, 12 Dec 2023 14:23:25 +0100 Subject: [PATCH] Remove skipped for rust crypto in `high-level.spec.ts` (#12029) --- playwright/e2e/read-receipts/high-level.spec.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/playwright/e2e/read-receipts/high-level.spec.ts b/playwright/e2e/read-receipts/high-level.spec.ts index 1899b07043..a5f41af6e7 100644 --- a/playwright/e2e/read-receipts/high-level.spec.ts +++ b/playwright/e2e/read-receipts/high-level.spec.ts @@ -255,10 +255,6 @@ test.describe("Read receipts", () => { msg, }) => { test.slow(); - test.skip( - cryptoBackend === "rust", - "Flaky with rust crypto - see https://github.com/vector-im/element-web/issues/26539", - ); // Given lots of messages in threads that are unread await util.goTo(room1); @@ -346,10 +342,6 @@ test.describe("Read receipts", () => { msg, }) => { test.slow(); - test.skip( - cryptoBackend === "rust", - "Flaky with rust crypto - see https://github.com/vector-im/element-web/issues/26341", - ); // Given lots of messages in threads that are unread but I marked as read on a main timeline message await util.goTo(room1);