From 429cdf17cf3a4887d9882380beebbf0d119e65ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 25 Jun 2014 13:21:06 +0200 Subject: [PATCH] [System.Web] Disable AppResourcesCompilerTest for now. 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. --- .../Test/System.Web.Compilation/AppResourcesCompilerTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/mcs/class/System.Web/Test/System.Web.Compilation/AppResourcesCompilerTest.cs b/mcs/class/System.Web/Test/System.Web.Compilation/AppResourcesCompilerTest.cs index 2529adb156f..f06f847d6a5 100644 --- a/mcs/class/System.Web/Test/System.Web.Compilation/AppResourcesCompilerTest.cs +++ b/mcs/class/System.Web/Test/System.Web.Compilation/AppResourcesCompilerTest.cs @@ -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 (); -- 2.25.1