Switch to compiler-tester
[mono.git] / mcs / class / corlib / Test / System.Threading / ReaderWriterLockTest.cs
index 4409ade353f03b75a41f305b6cce72ab97c500da..7e2a7f25d33bf8636a753a9594a4ea795daa7baa 100644 (file)
@@ -13,7 +13,10 @@ using System.Threading;
 \r
 namespace MonoTests.System.Threading\r
 {\r
-       [TestFixture]\r
+       [TestFixture]
+       // DISABLED due to random hangs. Do not renable until you can run this
+       // a few thousand times on an SMP box.
+       [Category ("NotWorking")]
        public class ReaderWriterLockTest : Assertion\r
        {\r
                ReaderWriterLock rwlock;\r