about summary refs log tree commit diff
path: root/library/std/src/sys/unix/ext/net/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/sys/unix/ext/net/tests.rs')
-rw-r--r--library/std/src/sys/unix/ext/net/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/sys/unix/ext/net/tests.rs b/library/std/src/sys/unix/ext/net/tests.rs
index 9f34059d011..abf45ad2d1b 100644
--- a/library/std/src/sys/unix/ext/net/tests.rs
+++ b/library/std/src/sys/unix/ext/net/tests.rs
@@ -491,6 +491,7 @@ fn test_send_vectored_fds_unix_stream() {
     }
 }
 
+#[cfg(any(test, target_os = "android", target_os = "emscripten", target_os = "linux",))]
 #[test]
 fn test_send_vectored_with_ancillary_to_unix_datagram() {
     fn getpid() -> libc::pid_t {