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>2019-03-01 03:43:19 +0300
committerGitHub <noreply@github.com>2019-03-01 03:43:19 +0300
commit4ea57007fa2ccabf0a43ef265271d0def20d9448 (patch)
tree8e5e7de449fe7a5d76ed127b453430c2a3abca8c /mcs/class/Mono.Debugger.Soft
parentb5d6e5344f4a77f9f11ef21b0db609041b020130 (diff)
[Mono.Debugger.Soft] Disable Attach() test that fails or hangs (#13239)
It was recently reenabled in #9091 but it fails/hangs frequently.
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 411677cec4d..479fd631c90 100644
--- a/mcs/class/Mono.Debugger.Soft/Test/dtest.cs
+++ b/mcs/class/Mono.Debugger.Soft/Test/dtest.cs
@@ -4655,6 +4655,7 @@ public class DebuggerTests
}
[Test]
+ [Category("NotWorking")] // fails or hangs
public void Attach () {
vm.Exit (0);