We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb6627 commit 91d085cCopy full SHA for 91d085c
testing/matrix-sdk-integration-testing/src/tests/timeline.rs
@@ -713,6 +713,7 @@ async fn test_room_keys_received_on_notification_client_trigger_redecryption() {
713
}
714
715
#[tokio::test(flavor = "multi_thread", worker_threads = 4)]
716
+#[ignore = "Flaky: times out waiting for timeline update that message was from a secure device"]
717
async fn test_new_users_first_messages_dont_warn_about_insecure_device_if_it_is_secure() {
718
async fn timeline_messages(timeline: &Timeline) -> Vec<EventTimelineItem> {
719
timeline
0 commit comments