Skip to content

Commit e962079

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/sys/test_socket.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2114,6 +2114,7 @@ pub fn test_recv_ipv6pktinfo() {
21142114

21152115
#[cfg(any(target_os = "android", target_os = "linux"))]
21162116
#[cfg_attr(graviton, ignore = "Not supported by the CI environment")]
2117+
#[ignore = "https://github.com/nix-rust/nix/issues/1934"]
21172118
#[test]
21182119
pub fn test_vsock() {
21192120
use nix::errno::Errno;

0 commit comments

Comments
 (0)