mirror of
https://github.com/actix/actix-web.git
synced 2024-12-18 14:16:47 +00:00
unix only test
This commit is contained in:
parent
327df159c6
commit
ab978a18ff
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue