diff --git a/actix-server/tests/test_server.rs b/actix-server/tests/test_server.rs index 76d99e7e..78bc64e4 100644 --- a/actix-server/tests/test_server.rs +++ b/actix-server/tests/test_server.rs @@ -312,6 +312,7 @@ async fn test_service_restart() { h.join().unwrap().unwrap(); } +#[cfg_attr(not(target_os = "linux"), ignore)] #[actix_rt::test] async fn worker_restart() { use actix_service::{Service, ServiceFactory};