* MutexTest.cs : Marked TestWaitAndFoget1 as [Ignore]. Under .NET 2.0 it breaks nunit-console (breaks its own AppDomain). svn path=/trunk/mcs/; revision=55706
@@ -1,3 +1,8 @@
+2006-01-18 Atsushi Enomoto <[email protected]>
+
+ * MutexTest.cs : Marked TestWaitAndFoget1 as [Ignore]. Under
+ .NET 2.0 it breaks nunit-console (breaks its own AppDomain).
2005-10-06 Sebastien Pouliot <[email protected]>
* ThreadTest.cs: Added regression test for #76332 when an IPrincipal
@@ -144,6 +144,7 @@ namespace MonoTests.System.Threading
// Hangs
[Category("NotWorking")]
+ [Ignore ("It hangs and breaks the domain which runs nunit-console itself")]
public void TestWaitAndFoget1()
{
Mutex Sem = new Mutex(false);