Merge pull request #11849 from matrix-org/andybalaam/disable-edit-restart-on-rust

Disable 'A room with an edit ... restart' because flaking
pull/28217/head
Andy Balaam 2023-11-11 07:08:06 +00:00 committed by GitHub
commit 5fd4d5f31b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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"]);