Prechádzať zdrojové kódy

[corlib] Disable a test which causes a wapi_unref_full () warning.

Zoltan Varga 12 rokov pred
rodič
commit
e652c6d7f2

+ 2 - 0
mcs/class/corlib/Test/System.Threading/AutoResetEventTest.cs

@@ -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);