[System.Web] Disable AppResourcesCompilerTest for now.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Wed, 25 Jun 2014 11:21:06 +0000 (13:21 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Wed, 25 Jun 2014 11:22:35 +0000 (13:22 +0200)
This is a stopgap measure: This test hangs a *lot* on Jenkins
and it's only being disabled to get stable-ish builds. It's
being actively investigated still.

mcs/class/System.Web/Test/System.Web.Compilation/AppResourcesCompilerTest.cs

index 2529adb156fa9d3350c84e66205b272f376550b4..f06f847d6a5278b32a1812f4f506097c6e54429d 100644 (file)
@@ -48,6 +48,7 @@ namespace MonoTests.System.Web.Compilation
                }
 
                [Test (Description="Bug #548768")]
+               [Category ("NotWorking")]
                public void GlobalResourcesLocalization ()
                {
                        string pageHtml = new WebTest ("GlobalResourcesLocalization.aspx").Run ();