mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-21 02:33:23 +00:00
Disable dual-stack IP test for now
This commit is contained in:
+1
-1
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user