Skip to content

Commit

Permalink
Disable a failing System.Core test for mt (#12987).
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed Jul 3, 2013
1 parent ffe8719 commit 9bb552d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -163,6 +163,8 @@ public Slot (int v)
}

[Test]
// #12987
[Category ("MobileNotWorking")]
public void CoalesceNullableSlotIntoInteger ()
{
var s = Expression.Parameter (typeof (Slot?), "s");
Expand Down

0 comments on commit 9bb552d

Please sign in to comment.