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-23 22:03:44 +0300
committerAlexis Christoforides <alexis@thenull.net>2018-03-23 22:03:54 +0300
commitbc25029b580d23935c9f94afb015f21e113e04e8 (patch)
treee27109ec1317aaee5a2c0184d077ca66936d4a8f /mcs/class/System.Web
parent901ccebb0ac23ee4acc7b0b2c1815c1ff6f79942 (diff)
Disable some flaky tests.
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/AppSettingsExpressionBuilderTest.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.Web/Test/System.Web.Compilation/AppSettingsExpressionBuilderTest.cs b/mcs/class/System.Web/Test/System.Web.Compilation/AppSettingsExpressionBuilderTest.cs
index 7bf07e3c7a5..dba0e0cecfa 100644
--- a/mcs/class/System.Web/Test/System.Web.Compilation/AppSettingsExpressionBuilderTest.cs
+++ b/mcs/class/System.Web/Test/System.Web.Compilation/AppSettingsExpressionBuilderTest.cs
@@ -78,6 +78,7 @@ namespace MonoTests.System.Web.Compilation
{
[Test] // GetAppSetting (String)
[Category ("NunitWeb")]
+ [Category ("NotWorking")] // https://github.com/mono/mono/issues/7568
public void GetAppSetting1 ()
{
PageDelegates pd = new PageDelegates ();
@@ -120,6 +121,7 @@ namespace MonoTests.System.Web.Compilation
[Test] // GetAppSetting (String, Type, String)
[Category ("NunitWeb")]
+ [Category ("NotWorking")] // https://github.com/mono/mono/issues/7568
public void GetAppSetting2 ()
{
PageDelegates pd = new PageDelegates ();