Disable an sdb test which is not deterministic.
authorZoltan Varga <vargaz@gmail.com>
Tue, 23 Apr 2013 11:41:19 +0000 (13:41 +0200)
committerZoltan Varga <vargaz@gmail.com>
Tue, 23 Apr 2013 11:41:19 +0000 (13:41 +0200)
mcs/class/Mono.Debugger.Soft/Test/dtest.cs

index ea3f28b4d2dd7cf412520c92b30ea510824a3318..6e6b46fe67aa81b04f56c2d383d3515acd7aca07 100644 (file)
@@ -1273,10 +1273,11 @@ public class DebuggerTests
                        TypeMirror t = child.Type;
                        });
                */
-
+               /*
                AssertThrows<ObjectCollectedException> (delegate () {
                                long addr = child.Address;
                        });
+               */
        }
 
        [Test]