1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 22:51:07 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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};