Disable the "gcd-io-race.mm" test to investigate bot hangs due to the test being deadlocked.



git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@275182 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/tsan/Darwin/gcd-io-race.mm b/test/tsan/Darwin/gcd-io-race.mm
index f9332c9..0bec28f 100644
--- a/test/tsan/Darwin/gcd-io-race.mm
+++ b/test/tsan/Darwin/gcd-io-race.mm
@@ -1,6 +1,8 @@
 // RUN: %clang_tsan %s -o %t -framework Foundation
 // RUN: %env_tsan_opts=ignore_interceptors_accesses=1 %deflake %run %t 2>&1 | FileCheck %s
 
+// REQUIRES: disabled
+
 #import <Foundation/Foundation.h>
 
 #import "../test.h"