From 6d6f470e1194e5d0431d0f59d2d7c28d40f4214a Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Mon, 13 May 2024 16:42:22 +0100 Subject: [PATCH] Ignore a flaking test --- testing/matrix-sdk-integration-testing/src/tests/nse.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/matrix-sdk-integration-testing/src/tests/nse.rs b/testing/matrix-sdk-integration-testing/src/tests/nse.rs index 41227a435..08e2d59c2 100644 --- a/testing/matrix-sdk-integration-testing/src/tests/nse.rs +++ b/testing/matrix-sdk-integration-testing/src/tests/nse.rs @@ -37,6 +37,7 @@ use tracing::{info, instrument, span, Level}; use crate::helpers::{SyncTokenAwareClient, TestClientBuilder}; #[tokio::test(flavor = "multi_thread", worker_threads = 4)] +#[ignore = "Flakes by timing out sometimes"] async fn test_multiple_clients_share_crypto_state() -> Result<()> { // This failed before https://github.com/matrix-org/matrix-rust-sdk/pull/3338 // because, even though the cross-process lock was working, the SessionStore