From e96207952ac328127df7fdfc898898a69c7893b1 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Fri, 9 Dec 2022 11:08:11 -0700 Subject: [PATCH] Disable the vsock test. That test has inconsistent behavior on different platforms. See #1934 . --- test/sys/test_socket.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/sys/test_socket.rs b/test/sys/test_socket.rs index 1fc7e0aa66..bd77109fa3 100644 --- a/test/sys/test_socket.rs +++ b/test/sys/test_socket.rs @@ -2114,6 +2114,7 @@ pub fn test_recv_ipv6pktinfo() { #[cfg(any(target_os = "android", target_os = "linux"))] #[cfg_attr(graviton, ignore = "Not supported by the CI environment")] +#[ignore = "https://github.com/nix-rust/nix/issues/1934"] #[test] pub fn test_vsock() { use nix::errno::Errno;