summaryrefslogtreecommitdiff
path: root/test/sys/test_socket.rs
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2021-03-21 16:17:49 -0600
committerAlan Somers <asomers@gmail.com>2021-03-21 16:17:49 -0600
commitc0783e7f8d55a7725179afc1b3c8eeae932d228c (patch)
treeaeec5ca3e0d2449b7451ecba37a7c66970ece3df /test/sys/test_socket.rs
parent2d36e3ad1e540e2d8d220a8dc9e4770a9e50cc9c (diff)
downloadnix-c0783e7f8d55a7725179afc1b3c8eeae932d228c.zip
Temporarily disable test_vsock on QEMU arches
Issue #1403
Diffstat (limited to 'test/sys/test_socket.rs')
-rw-r--r--test/sys/test_socket.rs1
1 files changed, 1 insertions, 0 deletions
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;