[corlib] Disable an attribute test which fails on mobile because of linking.
authorZoltan Varga <vargaz@gmail.com>
Fri, 20 Nov 2015 07:29:39 +0000 (02:29 -0500)
committerZoltan Varga <vargaz@gmail.com>
Fri, 20 Nov 2015 07:29:45 +0000 (02:29 -0500)
mcs/class/corlib/Test/System/AttributeTest.cs

index 75ebb2abc1ce48888f920843772b9fa107d1b7af..53a8af742b82b8748d706f417fef17544e8b724f 100644 (file)
@@ -836,6 +836,8 @@ namespace MonoTests.System
                }
 
                [Test]
+               // The linker removes the serializable attribute
+               [Category ("MobileNotWorking")]
                public void OrderIsImportant ()
                {
                        var custom = typeof (ClassForOrderIsImportant).GetCustomAttributes (false);