mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-24 17:18:23 -04:00
This patch removes the `test_room_info_notable_update_deduplication` test. First off, it's flaky because sometimes Synapse lags, or sends another events, which makes the test to fail. Second, the same feature is tested inside the `matrix_sdk_ui::room_list_service` test suite, with `test_room_sorting` and `test_room_latest_event`, and inside the `matrix_sdk_base::sliding_sync` test suite, with a better granularity. And lastly, this test doesn't test what it says: there is no room info notable update deduplication whatsoever. I personally don't believe it has ever existed. This test isn't necessary.