diff --git a/quinn/src/tests.rs b/quinn/src/tests.rs index a68c33a35..8a8929717 100644 --- a/quinn/src/tests.rs +++ b/quinn/src/tests.rs @@ -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),