Skip to content

Commit

Permalink
Disable the vsock test.
Browse files Browse the repository at this point in the history
That test has inconsistent behavior on different platforms.  See #1934 .
  • Loading branch information
asomers committed Dec 9, 2022
1 parent 25baad7 commit eb5cd51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/sys/test_socket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit eb5cd51

Please sign in to comment.