Skip to content

Commit cb1a89a

Browse files
authored
Exclude testing of socket_domain() which does not exist on AIX. (#1498)
1 parent 83bd4bd commit cb1a89a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/net/sockopt.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ fn test_sockopts_ipv4() {
314314
#[cfg(not(any(
315315
apple,
316316
windows,
317+
target_os = "aix",
317318
target_os = "cygwin",
318319
target_os = "dragonfly",
319320
target_os = "emscripten",

0 commit comments

Comments
 (0)