mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-19 06:04:31 -04:00
Merge pull request #3409 from matrix-org/andybalaam/disable-flaking-nse-test
Ignore a flaking test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user