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:
Jonas Platte
2023-09-13 11:20:50 +02:00
committed by Jonas Platte
parent 96ccd6e2bd
commit 768f062e0c

View File

@@ -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?;