[corlib] Disable TaskContinuationChainLeak test on non-mobile too.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Mon, 23 Jun 2014 12:10:58 +0000 (14:10 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Mon, 23 Jun 2014 12:11:40 +0000 (14:11 +0200)
mcs/class/corlib/Test/System.Threading.Tasks/TaskTest.cs

index 9aa0d46510b588c911e90fca0a5aaea14e6a1388..3f0607bcd605acb29cd04b17f9dc1decddac6dea 100644 (file)
@@ -1928,7 +1928,7 @@ namespace MonoTests.System.Threading.Tasks
                }
 
                [Test]
-               [Category("MobileNotWorking")]
+               [Category("NotWorking")]
                public void TaskContinuationChainLeak()
                {
                        // Start cranking out tasks, starting each new task upon completion of and from inside the prior task.