Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit a806d71

Browse files
authored
Remove skipped for rust crypto in high-level.spec.ts (#12029)
1 parent 2002f3f commit a806d71

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

playwright/e2e/read-receipts/high-level.spec.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,6 @@ test.describe("Read receipts", () => {
255255
msg,
256256
}) => {
257257
test.slow();
258-
test.skip(
259-
cryptoBackend === "rust",
260-
"Flaky with rust crypto - see https://github.com/vector-im/element-web/issues/26539",
261-
);
262258

263259
// Given lots of messages in threads that are unread
264260
await util.goTo(room1);
@@ -346,10 +342,6 @@ test.describe("Read receipts", () => {
346342
msg,
347343
}) => {
348344
test.slow();
349-
test.skip(
350-
cryptoBackend === "rust",
351-
"Flaky with rust crypto - see https://github.com/vector-im/element-web/issues/26341",
352-
);
353345

354346
// Given lots of messages in threads that are unread but I marked as read on a main timeline message
355347
await util.goTo(room1);

0 commit comments

Comments
 (0)