mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Merge pull request #11849 from matrix-org/andybalaam/disable-edit-restart-on-rust
Disable 'A room with an edit ... restart' because flaking
This commit is contained in:
commit
5fd4d5f31b
1 changed files with 2 additions and 1 deletions
|
@ -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"]);
|
||||
|
|
Loading…
Reference in a new issue