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:
commit
eb569400e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue