summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/net.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.rs b/src/net.rs
index 0776c49b86..5b2bb2838a 100644
--- a/src/net.rs
+++ b/src/net.rs
@@ -225,6 +225,7 @@ mod remote_addr_tests {
}
#[test]
+ #[ignore]
fn to_string_ipv6() {
let socket_addr = SocketAddr::V6(SocketAddrV6::from_str("[2001:beef::1]:9876").unwrap());
let testee = RemoteAddr::from(socket_addr);