mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 13:40:55 -04:00
ui: Ignore flaky test
It's still compiled, but not run unless `--ignored` or `--include-ignored` is passed on the commandline.
This commit is contained in:
committed by
Jonas Platte
parent
96ccd6e2bd
commit
768f062e0c
@@ -2549,6 +2549,7 @@ async fn test_input_viewport() -> Result<(), Error> {
|
||||
}
|
||||
|
||||
#[async_test]
|
||||
#[ignore] // flaky
|
||||
async fn test_sync_indicator() -> Result<(), Error> {
|
||||
let (_, server, room_list) = new_room_list_service().await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user