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:
authorBernhard Urban <lewurm@gmail.com>2018-02-14 15:04:13 +0300
committerMarek Safar <marek.safar@gmail.com>2018-02-14 17:33:22 +0300
commit8f35227b88622dddf3cecd60994cefe182618188 (patch)
tree831e5d2f7e38c1d90399da38e0cb2eff5c6edbc8 /mcs/class/Mono.Debugger.Soft
parent545191f77327998e5fc64b18651e1cfd32761510 (diff)
[debugger] disable StepOutAsync test because it's flaky
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 088fe98b087..75fdd8f6d07 100644
--- a/mcs/class/Mono.Debugger.Soft/Test/dtest.cs
+++ b/mcs/class/Mono.Debugger.Soft/Test/dtest.cs
@@ -4288,6 +4288,7 @@ public class DebuggerTests
}
[Test]
+ [Category("NotWorking")] // flaky, see https://github.com/mono/mono/issues/6997
public void StepOutAsync () {
vm.Detach ();
Start (new string [] { "dtest-app.exe", "step-out-void-async" });