tsan: disable dlopen_static_tls.cpp test on aarch64

Fails on bots: https://lab.llvm.org/buildbot#builders/184/builds/1580

Differential Revision: https://reviews.llvm.org/D115095

GitOrigin-RevId: fd26417a74034ee49c5de711266552e19f6a21ad
diff --git a/test/tsan/Linux/dlopen_static_tls.cpp b/test/tsan/Linux/dlopen_static_tls.cpp
index d7543a2..84c3ddf 100644
--- a/test/tsan/Linux/dlopen_static_tls.cpp
+++ b/test/tsan/Linux/dlopen_static_tls.cpp
@@ -21,6 +21,9 @@
 //   Previous write of size 8 at 0x7f1fa9bfcdd0 by thread T1:
 //     #0 __tsan_tls_initialization
 
+// Failing on bots: https://lab.llvm.org/buildbot#builders/184/builds/1580
+// UNSUPPORTED: aarch64
+
 #ifdef BUILD_SO
 
 __attribute__((tls_model("initial-exec"))) __thread char x = 42;