Browse Source

Disable randomly failing debugger unit test.

pull/1/head
Daniel Grunwald 15 years ago
parent
commit
bbd2aaf0e7
  1. 1
      src/AddIns/Debugger/Debugger.Tests/Tests/ExpressionEvaluator_Tests.cs

1
src/AddIns/Debugger/Debugger.Tests/Tests/ExpressionEvaluator_Tests.cs

@ -205,6 +205,7 @@ namespace Debugger.Tests {
"; ";
[NUnit.Framework.Test] [NUnit.Framework.Test]
[NUnit.Framework.Ignore("Test fails randomly (race condition)")]
public void ExpressionEvaluator_Tests() public void ExpressionEvaluator_Tests()
{ {
StartTest(); StartTest();

Loading…
Cancel
Save