-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(integration-testing): Remove a flaky and useless test.
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.
- Loading branch information
Showing
1 changed file
with
0 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters