Disable dual-stack IP test for now

This commit is contained in:
Dirkjan Ochtman
2019-03-06 11:48:04 +01:00
parent cada5cc194
commit e4bd3f1597
+1 -1
View File
@@ -39,7 +39,7 @@ fn echo_v4() {
}
#[test]
#[cfg(any(target_os = "linux", target_os = "macos"))] // Dual-stack sockets aren't the default anywhere else.
#[cfg(any(target_os = "linux"))] // Dual-stack sockets aren't the default anywhere else.
fn echo_dualstack() {
run_echo(
SocketAddr::new(IpAddr::V6(Ipv6Addr::UNSPECIFIED), 0),