Skip to content

Commit c3116c5

Browse files
committed
std/tests: disable ancillary tests on freebsd since the feature itself is.
1 parent b3df56a commit c3116c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/os/unix/net/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ fn test_send_vectored_fds_unix_stream() {
662662
}
663663
}
664664

665-
#[cfg(any(target_os = "android", target_os = "linux", target_os = "freebsd"))]
665+
#[cfg(any(target_os = "android", target_os = "linux"))]
666666
#[test]
667667
#[cfg_attr(target_os = "android", ignore)] // Android SELinux rules prevent creating Unix sockets
668668
fn test_send_vectored_with_ancillary_to_unix_datagram() {

0 commit comments

Comments
 (0)