mirror of https://github.com/fafhrd91/actix-net
run worker restart on linux
This commit is contained in:
parent
351b37bdc8
commit
5fe957d275
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue