[LSAN-ARM] Marking new test unsupported on ARMHF due to bot failures

The test was meant for Darwin anyway, so I'm not even sure it's supposed
to run on Linux. If it was, then we need time to investigate, but since
the test is new, there's no point in reverting the whole patch because
of it.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@304010 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/lsan/TestCases/many_tls_keys.cc b/test/lsan/TestCases/many_tls_keys.cc
index ae57767..5b5d692 100644
--- a/test/lsan/TestCases/many_tls_keys.cc
+++ b/test/lsan/TestCases/many_tls_keys.cc
@@ -9,6 +9,9 @@
 // RUN: %env_lsan_opts=$LSAN_BASE:"use_tls=1" %run %t-pthread 2>&1
 // RUN: %env_lsan_opts="" %run %t-pthread 2>&1
 
+// Patch r303906 did not fix all the problems.
+// UNSUPPORTED: arm-linux,armhf-linux
+
 #include <assert.h>
 #include <limits.h>
 #include <pthread.h>