We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aade418 commit ce3ee0cCopy full SHA for ce3ee0c
library/std/src/os/unix/net/tests.rs
@@ -308,7 +308,6 @@ fn test_unnamed_unix_datagram() {
308
309
#[test]
310
#[cfg_attr(target_os = "android", ignore)] // Android SELinux rules prevent creating Unix sockets
311
-#[cfg_attr(target_os = "cygwin", ignore)] // Cygwin fails to determine the addr type from recvfrom
312
fn test_unix_datagram_connect_to_recv_addr() {
313
let dir = tmpdir();
314
let path1 = dir.path().join("sock1");
0 commit comments