Skip to content

Commit b381d83

Browse files
author
David Karlaš
committed
Bug 36712 - Disabled SdbEvaluationAllowTargetInvokesTests.FormatArray unit test
Re-enabling unit test which was disabled in past because it randomly failed(only on Wrench), hopefully whatever was causing failure was fixed otherwise I will take a deeper look at cause of this
1 parent f48e6d3 commit b381d83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MonoDevelop.Debugger.Tests/EvaluationTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1721,7 +1721,6 @@ public void FormatArray ()
17211721
Assert.AreEqual ("int[,,]", val.TypeName);
17221722
Assert.IsFalse (val.IsNull);
17231723

1724-
IgnoreSoftDebugger ("Randomly fails, tracked as Bug 36712");
17251724
val = Eval ("nulledByteArray");
17261725
Assert.AreEqual ("(null)", val.Value);
17271726
Assert.AreEqual ("byte[]", val.TypeName);

0 commit comments

Comments
 (0)