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

Commit

Permalink
Disable `After marking room as read, paging up to find old threads th…
Browse files Browse the repository at this point in the history
…at were never read leaves the room read` for new crypto (#11795)
  • Loading branch information
florianduros authored Oct 25, 2023
1 parent afcaec6 commit a306a08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cypress/e2e/read-receipts/high-level.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ import {
saveAndReload,
sendMessageAsClient,
} from "./read-receipts-utils";
import { skipIfRustCrypto } from "../../support/util";

describe("Read receipts", () => {
const roomAlpha = "Room Alpha";
Expand Down Expand Up @@ -321,6 +322,10 @@ describe("Read receipts", () => {
assertUnreadThread("Root3");
});
it("After marking room as read, paging up to find old threads that were never read leaves the room read", () => {
// Flaky with rust crypto
// See https://github.com/vector-im/element-web/issues/26341
skipIfRustCrypto();

// Given lots of messages in threads that are unread but I marked as read on a main timeline message
goTo(room1);
receiveMessages(room2, [
Expand Down

0 comments on commit a306a08

Please sign in to comment.