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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-10-28 21:51:12 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-10-29 15:09:40 +0300
commite7b54ec1dbe98790788c91cae4c688daaa5f9e27 (patch)
tree28ffa6ba713b4f2876da53b2473d41aeca72acc8 /mcs/class/System.Windows.Forms
parent62c1f50cdeba2784bb96aad2bab8aece0ecc153b (diff)
[WinForms] Disable the ApplicationTest.RestartNotSupportedExceptionTest for now
It causes an infinite loop because nunit-lite restarts itself over and over when running the test as the tests don't run in a separate AppDomain so the host process is restarted.
Diffstat (limited to 'mcs/class/System.Windows.Forms')
-rw-r--r--mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ApplicationTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ApplicationTest.cs b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ApplicationTest.cs
index 02f4db20f28..6514bfe1c03 100644
--- a/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ApplicationTest.cs
+++ b/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/ApplicationTest.cs
@@ -91,6 +91,7 @@ namespace MonoTests.System.Windows.Forms
}
[Test]
+ [Ignore ("causes an infinite restart loop since we're not in a separate AppDomain with nunit-lite")]
[ExpectedException (typeof (NotSupportedException))]
public void RestartNotSupportedExceptionTest ()
{