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>2018-10-26 01:32:22 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-10-26 01:32:22 +0300
commita509e43cc12f7414c06447c457ac683a6e529ff5 (patch)
treee7959291316883f0eabefbb5bc14fa4074ce2f01 /mcs/class/Mono.Debugger.Soft
parentc1e21d488af86d70a954e53c90edb23e6d75d797 (diff)
[Mono.Debugger.Soft] Disable flaky Crash() test
Diffstat (limited to 'mcs/class/Mono.Debugger.Soft')
-rw-r--r--mcs/class/Mono.Debugger.Soft/Test/dtest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/Mono.Debugger.Soft/Test/dtest.cs b/mcs/class/Mono.Debugger.Soft/Test/dtest.cs
index d6c76b435e9..96672a62603 100644
--- a/mcs/class/Mono.Debugger.Soft/Test/dtest.cs
+++ b/mcs/class/Mono.Debugger.Soft/Test/dtest.cs
@@ -2456,6 +2456,7 @@ public class DebuggerTests
[Test]
[Category("NotOnWindows")]
+ [Ignore("https://github.com/mono/mono/issues/11385")]
public void Crash () {
bool success = false;