Rollup merge of #114512 - devnexen:fix_tests_fbsd, r=thomcc

std/tests: disable ancillary tests on freebsd since the feature itsel…

…f is.
This commit is contained in:
Matthias Krüger 2023-08-28 08:13:57 +02:00 committed by GitHub
commit eb569400e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {