From 9bb552dcc034ed916940606271d527697af2683e Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Thu, 4 Jul 2013 01:23:24 +0200 Subject: [PATCH] Disable a failing System.Core test for mt (#12987). --- .../Test/System.Linq.Expressions/ExpressionTest_Coalesce.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Coalesce.cs b/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Coalesce.cs index 2ab978d51876f..0fe89ea671075 100644 --- a/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Coalesce.cs +++ b/mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Coalesce.cs @@ -163,6 +163,8 @@ public Slot (int v) } [Test] + // #12987 + [Category ("MobileNotWorking")] public void CoalesceNullableSlotIntoInteger () { var s = Expression.Parameter (typeof (Slot?), "s");