From eb5cd51cb2b13aad9d683046e92de55d5bf4a879 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/sys/test_socket.rs b/test/sys/test_socket.rs index 1fc7e0aa66..ea5c175c11 100644 --- a/test/sys/test_socket.rs +++ b/test/sys/test_socket.rs @@ -2113,7 +2113,9 @@ pub fn test_recv_ipv6pktinfo() { } #[cfg(any(target_os = "android", target_os = "linux"))] +#[cfg_attr(graviton, allow(unused_attributes))] #[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;