Skip to content

Commit

Permalink
Rollup merge of #114512 - devnexen:fix_tests_fbsd, r=thomcc
Browse files Browse the repository at this point in the history
std/tests: disable ancillary tests on freebsd since the feature itsel…

…f is.
  • Loading branch information
matthiaskrgr authored Aug 28, 2023
2 parents d2644d9 + c3116c5 commit eb56940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/os/unix/net/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ fn test_send_vectored_fds_unix_stream() {
}
}

#[cfg(any(target_os = "android", target_os = "linux", target_os = "freebsd"))]
#[cfg(any(target_os = "android", target_os = "linux"))]
#[test]
#[cfg_attr(target_os = "android", ignore)] // Android SELinux rules prevent creating Unix sockets
fn test_send_vectored_with_ancillary_to_unix_datagram() {
Expand Down

0 comments on commit eb56940

Please sign in to comment.