rust: fix test condition in tcp patch
This commit is contained in:
parent
810e6759c2
commit
c5d1f8f313
@ -98,7 +98,7 @@ index 0f60b5b3e..9b08415e7 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
+ #[cfg_attr(target_os = "linux", target_os = "macos", ignore)]
|
+ #[cfg_attr(any(target_os = "linux", target_os = "macos"), ignore)]
|
||||||
fn connect_timeout_unroutable() {
|
fn connect_timeout_unroutable() {
|
||||||
// this IP is unroutable, so connections should always time out,
|
// this IP is unroutable, so connections should always time out,
|
||||||
// provided the network is reachable to begin with.
|
// provided the network is reachable to begin with.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user