mirror of
https://github.com/actix/actix-web.git
synced 2025-06-05 06:38:47 +00:00
disable server test for windows
This commit is contained in:
parent
2159158c30
commit
db0091ba6f
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ const STR: &str = "Hello World Hello World Hello World Hello World Hello World \
|
||||||
Hello World Hello World Hello World Hello World Hello World";
|
Hello World Hello World Hello World Hello World Hello World";
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[cfg(unix)]
|
||||||
fn test_start() {
|
fn test_start() {
|
||||||
let _ = test::TestServer::unused_addr();
|
let _ = test::TestServer::unused_addr();
|
||||||
let (tx, rx) = mpsc::channel();
|
let (tx, rx) = mpsc::channel();
|
||||||
|
|
Loading…
Reference in a new issue