Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2018-03-22 18:43:10 +0300
committerAlexis Christoforides <alexis@thenull.net>2018-03-22 18:58:01 +0300
commit6822a57663b71983ae226db2a1b2a5391b2d26a9 (patch)
treef065be991e8adc0726673986d4a188f7090071fd /mcs/class/System.Web
parent54e3eccc5d85ce3fba197787b81c10289bd3501e (diff)
Disable a flaky test.
https://github.com/mono/mono/issues/7568
Diffstat (limited to 'mcs/class/System.Web')
-rw-r--r--mcs/class/System.Web/Test/System.Web.Compilation/AppResourcesCompilerTest.cs1
1 files changed, 1 insertions, 0 deletions
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 4c83cf7c903..6607a27b64e 100644
--- a/mcs/class/System.Web/Test/System.Web.Compilation/AppResourcesCompilerTest.cs
+++ b/mcs/class/System.Web/Test/System.Web.Compilation/AppResourcesCompilerTest.cs
@@ -47,6 +47,7 @@ namespace MonoTests.System.Web.Compilation
}
[Test (Description="Bug #548768")]
+ [Category("NotWorking")] // https://github.com/mono/mono/issues/7568
public void GlobalResourcesLocalization ()
{
string pageHtml = new WebTest ("GlobalResourcesLocalization.aspx").Run ();