1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 19:47:43 +02:00

Remove/restart worker test (#341)

This commit is contained in:
fakeshadow
2021-04-16 06:40:21 -07:00
committed by GitHub
parent 19468feef8
commit 2435520e67

View File

@ -437,6 +437,7 @@ async fn test_service_restart() {
let _ = h.join().unwrap();
}
#[ignore]
#[actix_rt::test]
async fn worker_restart() {
use actix_service::{Service, ServiceFactory};