Skip to content

Commit 7b3129a

Browse files
bors[bot]asomers
andauthored
Merge #1404
1404: Temporarily disable test_vsock on QEMU arches r=asomers a=asomers Issue #1403 Co-authored-by: Alan Somers <[email protected]>
2 parents 2d36e3a + c0783e7 commit 7b3129a

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)