2008-06-02 Jonathan Pobst <monkey@jpobst.com>
authorJonathan Pobst <monkey@jpobst.com>
Tue, 3 Jun 2008 14:49:21 +0000 (14:49 -0000)
committerJonathan Pobst <monkey@jpobst.com>
Tue, 3 Jun 2008 14:49:21 +0000 (14:49 -0000)
* TimerTest.cs: Disable test that fails a bunch on buildbots.

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

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

index 6a04c2902dc184bc1e7906a66d61f5b80896c055..99c636b0abb7343abd284e874002e5b87beef02c 100644 (file)
@@ -1,3 +1,7 @@
+2008-06-02  Jonathan Pobst  <monkey@jpobst.com>
+
+       * TimerTest.cs: Disable test that fails a bunch on buildbots.
+
 2008-06-02  Jonathan Pobst  <monkey@jpobst.com>
 
        * TableLayoutTest.cs Add test for bug #396433.
index 7ac05dd74ef42a0c4b929611f3ba1e03a8de520e..11faba58d54a1199dfc96f2f51a02c3764f076b2 100644 (file)
@@ -66,8 +66,10 @@ namespace MonoTests.System.Windows.Forms
                }\r
                \r
                [Test]\r
+               [Category ("NotWorking")]\r
                public void StartTest ()\r
                {\r
+                       // This test fails about 50% of the time on the buildbots.\r
                        Ticked = false;\r
                        using (Timer timer = new Timer ()) {\r
                                timer.Tick += new EventHandler (TickHandler);\r