Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
Disable randomly failing debugger unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrunwald committed Aug 30, 2010
1 parent b45a7d5 commit bbd2aaf
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -205,6 +205,7 @@ public partial class DebuggerTests
";

[NUnit.Framework.Test]
[NUnit.Framework.Ignore("Test fails randomly (race condition)")]
public void ExpressionEvaluator_Tests()
{
StartTest();
Expand Down

0 comments on commit bbd2aaf

Please sign in to comment.