mirror of https://github.com/vector-im/riot-web
Merge pull request #11848 from matrix-org/andybalaam/skip-test-flaking-in-rust-crypto
Disable test 'Paging up to find old threads' on Rust due to flakespull/28217/head
commit
cfd5165cd8
|
@ -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, [
|
||||
|
|
Loading…
Reference in New Issue