From c86c6fc1b529cab7e0d840d29d7cb400c9e8cd19 Mon Sep 17 00:00:00 2001 From: Ben Maurer Date: Sat, 12 Feb 2005 16:09:18 +0000 Subject: [PATCH] remove unreliable stuff svn path=/trunk/mcs/; revision=40536 --- mcs/class/corlib/Test/System.Threading/MutexTest.cs | 2 +- mcs/class/corlib/Test/System.Threading/TimerTest.cs | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mcs/class/corlib/Test/System.Threading/MutexTest.cs b/mcs/class/corlib/Test/System.Threading/MutexTest.cs index 2b4d786ca2c..f8c806411fb 100644 --- a/mcs/class/corlib/Test/System.Threading/MutexTest.cs +++ b/mcs/class/corlib/Test/System.Threading/MutexTest.cs @@ -125,7 +125,7 @@ namespace MonoTests.System.Threading */ - // Hangs + // Hangs #72534 [Category("NotWorking")] public void TestWaitAndSignal1() { diff --git a/mcs/class/corlib/Test/System.Threading/TimerTest.cs b/mcs/class/corlib/Test/System.Threading/TimerTest.cs index 688210e949f..b8329b31874 100644 --- a/mcs/class/corlib/Test/System.Threading/TimerTest.cs +++ b/mcs/class/corlib/Test/System.Threading/TimerTest.cs @@ -22,6 +22,8 @@ namespace MonoTests.System.Threading { counter ++; } + // Doesn't work when I do a full run #72535 + [Category("NotWorking")] public void TestDueTime () { counter = 0; -- 2.11.4.GIT