From c0783e7f8d55a7725179afc1b3c8eeae932d228c Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sun, 21 Mar 2021 16:17:49 -0600 Subject: Temporarily disable test_vsock on QEMU arches Issue #1403 --- test/sys/test_socket.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'test/sys/test_socket.rs') diff --git a/test/sys/test_socket.rs b/test/sys/test_socket.rs index 7eab28ce..873fac67 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; -- cgit v1.2.3