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 #11849 from matrix-org/andybalaam/disable-edit-res…
Browse files Browse the repository at this point in the history
…tart-on-rust

Disable 'A room with an edit ... restart' because flaking
  • Loading branch information
andybalaam authored Nov 11, 2023
2 parents 7a56d61 + 0102f7a commit 5fd4d5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/read-receipts/editing-messages.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ describe("Read receipts", () => {
// Then the room remains read
assertStillRead(room2);
});
it("A room with an edit is still read after restart", () => {
// XXX: fails because flaky: https://github.com/vector-im/element-web/issues/26341
it.skip("A room with an edit is still read after restart", () => {
// Given a message is marked as read
goTo(room2);
receiveMessages(room2, ["Msg1"]);
Expand Down

0 comments on commit 5fd4d5f

Please sign in to comment.