Remove skipped for rust crypto in `high-level.spec.ts` (#12029)

pull/28217/head
Florian Duros 2023-12-12 14:23:25 +01:00 committed by GitHub
parent 2002f3f627
commit a806d71d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -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);