Merge pull request #901 from Blewzman/FixAggregateExceptionGetBaseException
authorMarek Safar <marek.safar@gmail.com>
Tue, 18 Feb 2014 10:42:47 +0000 (11:42 +0100)
committerMarek Safar <marek.safar@gmail.com>
Tue, 18 Feb 2014 10:42:47 +0000 (11:42 +0100)
Add [Category ("NotWorking")] to failing test.

mcs/class/corlib/Test/System/AggregateExceptionTests.cs

index 67cedafbbb4413b53d3f58deea763b533a9b51ea..c36aa7a5816d71a34207265eb51fcbc77a7d669d 100644 (file)
@@ -120,6 +120,7 @@ namespace MonoTests.System
                }
 
                [Test]
+               [Category ("NotWorking")]
                public void GetBaseException_stops_at_first_inner_exception_that_is_not_AggregateException()
                {
                        var inner = new ArgumentNullException();