mirror of https://github.com/fafhrd91/actix-web
unix only test
This commit is contained in:
parent
327df159c6
commit
ab978a18ff
|
@ -94,6 +94,7 @@ fn test_start() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(unix)]
|
||||||
fn test_shutdown() {
|
fn test_shutdown() {
|
||||||
let _ = test::TestServer::unused_addr();
|
let _ = test::TestServer::unused_addr();
|
||||||
let (tx, rx) = mpsc::channel();
|
let (tx, rx) = mpsc::channel();
|
||||||
|
|
Loading…
Reference in New Issue