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>
This commit is contained in:
Stefano Garzarella 2021-03-22 09:48:44 +01:00
parent 532e238d5e
commit 5d17a60aa0

View File

@ -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;