[corlib] Disable a test which causes a wapi_unref_full () warning.
authorZoltan Varga <vargaz@gmail.com>
Mon, 9 Dec 2013 18:56:26 +0000 (19:56 +0100)
committerZoltan Varga <vargaz@gmail.com>
Mon, 9 Dec 2013 18:56:47 +0000 (19:56 +0100)
mcs/class/corlib/Test/System.Threading/AutoResetEventTest.cs

index 6f9c23fc5fb660504723d290123b0bbf9d42bee6..df0a77631c48df292285e3825469656dbaae39a0 100644 (file)
@@ -66,6 +66,8 @@ namespace MonoTests.System.Threading
                }
 
                [Test] // bug #81529
+               // Causes a Attempting to unref unused handle 0x2 warning
+               [Category ("NotWorking")]
                public void Handle_Valid ()
                {
                        AutoResetEvent are1 = new AutoResetEvent (false);