Skip to content

Commit

Permalink
rust: fix test condition in tcp patch
Browse files Browse the repository at this point in the history
  • Loading branch information
LnL7 committed Jun 6, 2018
1 parent 810e675 commit c5d1f8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ index 0f60b5b3e..9b08415e7 100644
}

#[test]
+ #[cfg_attr(target_os = "linux", target_os = "macos", ignore)]
+ #[cfg_attr(any(target_os = "linux", target_os = "macos"), ignore)]
fn connect_timeout_unroutable() {
// this IP is unroutable, so connections should always time out,
// provided the network is reachable to begin with.

0 comments on commit c5d1f8f

Please sign in to comment.