mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-25 09:59:21 +02:00
unix only test
This commit is contained in:
@ -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();
|
||||||
|
Reference in New Issue
Block a user