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:
parent
327df159c6
commit
ab978a18ff
@ -94,6 +94,7 @@ fn test_start() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(unix)]
|
||||
fn test_shutdown() {
|
||||
let _ = test::TestServer::unused_addr();
|
||||
let (tx, rx) = mpsc::channel();
|
||||
|
Loading…
Reference in New Issue
Block a user