diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/get_sock_peer_name.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/get_sock_peer_name.cpp index cd916d36b4b2e2..d4e6189d61703f 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/get_sock_peer_name.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/get_sock_peer_name.cpp @@ -3,6 +3,9 @@ // // RUN: %clangxx %s -o %t && %run %t 2>&1 +// connect() fails on Android. +// UNSUPPORTED: android + #include #include #include