1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-27 17:52:56 +01:00

unix only test

This commit is contained in:
Nikolay Kim 2018-03-03 18:50:00 -08:00
parent 327df159c6
commit ab978a18ff

View File

@ -94,6 +94,7 @@ fn test_start() {
}
#[test]
#[cfg(unix)]
fn test_shutdown() {
let _ = test::TestServer::unused_addr();
let (tx, rx) = mpsc::channel();