Skip to content

Commit c0783e7

Browse files
committed
Temporarily disable test_vsock on QEMU arches
Issue #1403
1 parent 2d36e3a commit c0783e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/sys/test_socket.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,6 +1491,7 @@ pub fn test_recv_ipv6pktinfo() {
14911491
}
14921492

14931493
#[cfg(any(target_os = "android", target_os = "linux"))]
1494+
#[cfg_attr(not(target_arch = "x86_64"), ignore)]
14941495
#[test]
14951496
pub fn test_vsock() {
14961497
use libc;

0 commit comments

Comments
 (0)