summaryrefslogtreecommitdiff
path: root/mcs/class/corlib/Test/System.Threading/AutoResetEventTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/Test/System.Threading/AutoResetEventTest.cs')
-rw-r--r--mcs/class/corlib/Test/System.Threading/AutoResetEventTest.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/corlib/Test/System.Threading/AutoResetEventTest.cs b/mcs/class/corlib/Test/System.Threading/AutoResetEventTest.cs
index 6f9c23fc5f..df0a77631c 100644
--- a/mcs/class/corlib/Test/System.Threading/AutoResetEventTest.cs
+++ b/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);