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

Commit

Permalink
Merge pull request #11848 from matrix-org/andybalaam/skip-test-flakin…
Browse files Browse the repository at this point in the history
…g-in-rust-crypto

Disable test 'Paging up to find old threads' on Rust due to flakes
  • Loading branch information
andybalaam committed Nov 10, 2023
2 parents 9448469 + 9b40b8f commit cfd5165
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cypress/e2e/read-receipts/high-level.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,10 @@ describe("Read receipts", () => {
assertReadThread("Root3");
});
it("Paging up to find old threads that were never read keeps the room unread", () => {
// Flaky with rust crypto
// See https://github.com/vector-im/element-web/issues/26539
skipIfRustCrypto();

// Given lots of messages in threads that are unread
goTo(room1);
receiveMessages(room2, [
Expand Down

0 comments on commit cfd5165

Please sign in to comment.