Skip to content

Commit

Permalink
unix only test
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Mar 4, 2018
1 parent 327df15 commit ab978a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_server.rs
Expand Up @@ -94,6 +94,7 @@ fn test_start() {
}

#[test]
#[cfg(unix)]
fn test_shutdown() {
let _ = test::TestServer::unused_addr();
let (tx, rx) = mpsc::channel();
Expand Down

0 comments on commit ab978a1

Please sign in to comment.