We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3df56a commit c3116c5Copy full SHA for c3116c5
library/std/src/os/unix/net/tests.rs
@@ -662,7 +662,7 @@ fn test_send_vectored_fds_unix_stream() {
662
}
663
664
665
-#[cfg(any(target_os = "android", target_os = "linux", target_os = "freebsd"))]
+#[cfg(any(target_os = "android", target_os = "linux"))]
666
#[test]
667
#[cfg_attr(target_os = "android", ignore)] // Android SELinux rules prevent creating Unix sockets
668
fn test_send_vectored_with_ancillary_to_unix_datagram() {
0 commit comments