summaryrefslogtreecommitdiff
path: root/test/sys/test_socket.rs
diff options
context:
space:
mode:
authorStefano Garzarella <sgarzare@redhat.com>2021-03-22 09:48:44 +0100
committerStefano Garzarella <sgarzare@redhat.com>2021-03-22 09:53:14 +0100
commit5d17a60aa0cf74eda0716628c37201a89f24d025 (patch)
tree7e3555f202568f60257794601941d4d5dddaded3 /test/sys/test_socket.rs
parent532e238d5eb663bfd8e114e048b4660f7dcf096b (diff)
downloadnix-5d17a60aa0cf74eda0716628c37201a89f24d025.zip
Revert "Temporarily disable test_vsock on QEMU arches"
This reverts commit c0783e7f8d55a7725179afc1b3c8eeae932d228c. Now the test should work correctly, so we can re-enable it. Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Diffstat (limited to 'test/sys/test_socket.rs')
-rw-r--r--test/sys/test_socket.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sys/test_socket.rs b/test/sys/test_socket.rs
index a8aff296..2b89a453 100644
--- a/test/sys/test_socket.rs
+++ b/test/sys/test_socket.rs
@@ -1491,7 +1491,6 @@ 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;