X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem.Threading%2FReaderWriterLockTest.cs;h=7e2a7f25d33bf8636a753a9594a4ea795daa7baa;hb=b0eff411fcc55fa6a7bbc5ee97bb592fe3204309;hp=4409ade353f03b75a41f305b6cce72ab97c500da;hpb=e8d2964ca90673970386df6c55bc24d691644341;p=mono.git diff --git a/mcs/class/corlib/Test/System.Threading/ReaderWriterLockTest.cs b/mcs/class/corlib/Test/System.Threading/ReaderWriterLockTest.cs index 4409ade353f..7e2a7f25d33 100644 --- a/mcs/class/corlib/Test/System.Threading/ReaderWriterLockTest.cs +++ b/mcs/class/corlib/Test/System.Threading/ReaderWriterLockTest.cs @@ -13,7 +13,10 @@ using System.Threading; namespace MonoTests.System.Threading { - [TestFixture] + [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 { ReaderWriterLock rwlock;