Skip to content

Commit ce3ee0c

Browse files
committed
Restore datagram connect test
1 parent aade418 commit ce3ee0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ fn test_unnamed_unix_datagram() {
308308

309309
#[test]
310310
#[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
312311
fn test_unix_datagram_connect_to_recv_addr() {
313312
let dir = tmpdir();
314313
let path1 = dir.path().join("sock1");

0 commit comments

Comments
 (0)