Skip to content

Commit 91d085c

Browse files
committed
task(tests): Ignore test_new_users_first_messages_dont_warn_about_insecure_device_if_it_is_secure because it is flaky
1 parent afb6627 commit 91d085c

File tree

1 file changed

+1
-0
lines changed
  • testing/matrix-sdk-integration-testing/src/tests

1 file changed

+1
-0
lines changed

testing/matrix-sdk-integration-testing/src/tests/timeline.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,7 @@ async fn test_room_keys_received_on_notification_client_trigger_redecryption() {
713713
}
714714

715715
#[tokio::test(flavor = "multi_thread", worker_threads = 4)]
716+
#[ignore = "Flaky: times out waiting for timeline update that message was from a secure device"]
716717
async fn test_new_users_first_messages_dont_warn_about_insecure_device_if_it_is_secure() {
717718
async fn timeline_messages(timeline: &Timeline) -> Vec<EventTimelineItem> {
718719
timeline

0 commit comments

Comments
 (0)