mirror of https://github.com/vector-im/riot-web
Merge pull request #11849 from matrix-org/andybalaam/disable-edit-restart-on-rust
Disable 'A room with an edit ... restart' because flakingpull/28217/head
commit
5fd4d5f31b
|
@ -178,7 +178,8 @@ describe("Read receipts", () => {
|
||||||
// Then the room remains read
|
// Then the room remains read
|
||||||
assertStillRead(room2);
|
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
|
// Given a message is marked as read
|
||||||
goTo(room2);
|
goTo(room2);
|
||||||
receiveMessages(room2, ["Msg1"]);
|
receiveMessages(room2, ["Msg1"]);
|
||||||
|
|
Loading…
Reference in New Issue