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 e962079
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/sys/test_socket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e962079

Please sign in to comment.