Browse Source

Fix build by ignoring the broken debugger unit test. See #472 for details.

4.x
Daniel Grunwald 11 years ago
parent
commit
6097f5c3c4
  1. 2
      src/AddIns/Debugger/Debugger.Tests/Tests/ControlFlow_Stepping.cs

2
src/AddIns/Debugger/Debugger.Tests/Tests/ControlFlow_Stepping.cs

@ -114,7 +114,7 @@ namespace Debugger.Tests { @@ -114,7 +114,7 @@ namespace Debugger.Tests {
public partial class DebuggerTests
{
[NUnit.Framework.Test]
[NUnit.Framework.Test, NUnit.Framework.Ignore("Broken on .NET 4.5.2 due to #472")]
public void ControlFlow_Stepping()
{
StartTest();

Loading…
Cancel
Save