2006-03-31 Peter Dennis Bartok <pbartok@novell.com>
authorPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Fri, 31 Mar 2006 23:25:18 +0000 (23:25 -0000)
committerPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Fri, 31 Mar 2006 23:25:18 +0000 (23:25 -0000)
* ControlTest.cs: Ignore Invoke test, it hangs

svn path=/trunk/mcs/; revision=58870

mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlTest.cs

index 969fdfb5bbf45722a212945e0735f6d6b346f5a2..aa5844c51ae3f5d98253ec28af455f984bb98be1 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-31  Peter Dennis Bartok <pbartok@novell.com>
+
+       * ControlTest.cs: Ignore Invoke test, it hangs
+
 2006-02-28  Matt Hargett (matt@use.net)
 
        * ComboBoxTests.cs: Added
index de8055f36af5e450f5a915c91f075e5e5ba85bf0..4999ddb711c9167eafd3b83808785b8ef5f9c927 100644 (file)
@@ -569,6 +569,7 @@ namespace MWF.MonoTest
                }
 
                [Test]
+               [Ignore("Seems to hang")]
                public void InvokeTest () {
                        Control c = null;