You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Remove skipped for rust crypto in high-level.spec.ts
(#12029)
This commit is contained in:
@ -255,10 +255,6 @@ test.describe("Read receipts", () => {
|
|||||||
msg,
|
msg,
|
||||||
}) => {
|
}) => {
|
||||||
test.slow();
|
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
|
// Given lots of messages in threads that are unread
|
||||||
await util.goTo(room1);
|
await util.goTo(room1);
|
||||||
@ -346,10 +342,6 @@ test.describe("Read receipts", () => {
|
|||||||
msg,
|
msg,
|
||||||
}) => {
|
}) => {
|
||||||
test.slow();
|
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
|
// Given lots of messages in threads that are unread but I marked as read on a main timeline message
|
||||||
await util.goTo(room1);
|
await util.goTo(room1);
|
||||||
|
Reference in New Issue
Block a user