diff --git a/test/sys/test_socket.rs b/test/sys/test_socket.rs index 7eab28cec0..873fac6720 100644 --- a/test/sys/test_socket.rs +++ b/test/sys/test_socket.rs @@ -1491,6 +1491,7 @@ pub fn test_recv_ipv6pktinfo() { } #[cfg(any(target_os = "android", target_os = "linux"))] +#[cfg_attr(not(target_arch = "x86_64"), ignore)] #[test] pub fn test_vsock() { use libc;