From 8f35227b88622dddf3cecd60994cefe182618188 Mon Sep 17 00:00:00 2001 From: Bernhard Urban Date: Wed, 14 Feb 2018 13:04:13 +0100 Subject: [debugger] disable StepOutAsync test because it's flaky --- mcs/class/Mono.Debugger.Soft/Test/dtest.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'mcs/class/Mono.Debugger.Soft') 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" }); -- cgit v1.2.3