[sanitizer] Disable new test on Android

Test added with D113055
This commit is contained in:
Vitaly Buka 2021-11-03 11:56:26 -07:00
parent a039113446
commit e28c64ecb1

View File

@ -3,6 +3,9 @@
//
// RUN: %clangxx %s -o %t && %run %t 2>&1
// connect() fails on Android.
// UNSUPPORTED: android
#include <assert.h>
#include <errno.h>
#include <netinet/in.h>