Skip to content

Commit eb5cd51

Browse files
committed
Disable the vsock test.
That test has inconsistent behavior on different platforms. See #1934 .
1 parent 25baad7 commit eb5cd51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/sys/test_socket.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2113,7 +2113,9 @@ pub fn test_recv_ipv6pktinfo() {
21132113
}
21142114

21152115
#[cfg(any(target_os = "android", target_os = "linux"))]
2116+
#[cfg_attr(graviton, allow(unused_attributes))]
21162117
#[cfg_attr(graviton, ignore = "Not supported by the CI environment")]
2118+
#[ignore = "https://github.com/nix-rust/nix/issues/1934"]
21172119
#[test]
21182120
pub fn test_vsock() {
21192121
use nix::errno::Errno;

0 commit comments

Comments
 (0)