From ce1bcd609fc4ceb3d90d1099c94a047577279353 Mon Sep 17 00:00:00 2001 From: Neon Date: Sat, 12 Jul 2025 21:10:59 +0800 Subject: [PATCH] fix(monobean unittest): deadlock in launching http and ssh --- monobean/src/core/mega_core.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monobean/src/core/mega_core.rs b/monobean/src/core/mega_core.rs index 0268396de..0a0bb5f98 100644 --- a/monobean/src/core/mega_core.rs +++ b/monobean/src/core/mega_core.rs @@ -541,7 +541,7 @@ mod tests { assert!(core.ssh_options.read().await.is_none()); } - #[tokio::test(flavor = "multi_thread", worker_threads = 1)] + #[tokio::test] async fn test_launch_ssh() { let temp_base = TempDir::new().unwrap(); unsafe {