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:
-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 8c953f6fe3d..0fbe87421db 100644
--- a/mcs/class/Mono.Debugger.Soft/Test/dtest.cs
+++ b/mcs/class/Mono.Debugger.Soft/Test/dtest.cs
@@ -2475,6 +2475,7 @@ public class DebuggerTests
[Test]
[Category("NotOnWindows")]
[Category ("AndroidSdksNotWorking")]
+ [Ignore("https://github.com/mono/mono/issues/20905")] // fails on Linux i386 on CI
public void Crash () {
string [] existingCrashFileEntries = Directory.GetFiles (".", "mono_crash*.json");