From 91d085c41bc66ce56e41c92818bbab4fd0fbfce2 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Thu, 24 Apr 2025 14:41:37 +0100 Subject: [PATCH] task(tests): Ignore test_new_users_first_messages_dont_warn_about_insecure_device_if_it_is_secure because it is flaky --- testing/matrix-sdk-integration-testing/src/tests/timeline.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/matrix-sdk-integration-testing/src/tests/timeline.rs b/testing/matrix-sdk-integration-testing/src/tests/timeline.rs index 1ca17fe9d..a8c93d4b1 100644 --- a/testing/matrix-sdk-integration-testing/src/tests/timeline.rs +++ b/testing/matrix-sdk-integration-testing/src/tests/timeline.rs @@ -713,6 +713,7 @@ async fn test_room_keys_received_on_notification_client_trigger_redecryption() { } #[tokio::test(flavor = "multi_thread", worker_threads = 4)] +#[ignore = "Flaky: times out waiting for timeline update that message was from a secure device"] async fn test_new_users_first_messages_dont_warn_about_insecure_device_if_it_is_secure() { async fn timeline_messages(timeline: &Timeline) -> Vec { timeline