Skip to content

Commit

Permalink
Disable an sdb test which is not deterministic.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed Apr 18, 2013
1 parent 425521a commit 78d9c2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mcs/class/Mono.Debugger.Soft/Test/dtest.cs
Expand Up @@ -1262,7 +1262,8 @@ public class DebuggerTests
run_until ("objrefs2");

// child should be gc'd now
Assert.IsTrue (child.IsCollected);
// This is not deterministic
//Assert.IsTrue (child.IsCollected);

/*
* No longer works since Type is read eagerly
Expand Down

0 comments on commit 78d9c2c

Please sign in to comment.