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 {