diff --git a/bindings_ffi/src/mls.rs b/bindings_ffi/src/mls.rs index f8d2a5a43..01ec21941 100644 --- a/bindings_ffi/src/mls.rs +++ b/bindings_ffi/src/mls.rs @@ -1942,7 +1942,7 @@ mod tests { assert!(stream.is_closed()); } - #[tokio::test(flavor = "multi_thread", worker_threads = 5)] + #[tokio::test(flavor = "current_thread")] async fn test_message_streaming() { let amal = new_test_client().await; let bola = new_test_client().await;