Ignore a few decimal tests on mobile, according to #27269
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Thu, 26 Feb 2015 18:57:51 +0000 (19:57 +0100)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Thu, 26 Feb 2015 19:01:06 +0000 (20:01 +0100)
https://bugzilla.xamarin.com/show_bug.cgi?id=27269

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

index 29bbc632dd2e8799b159d0763065af8a813b120d..d5045e57f41e17afadfe764f7b2ae2c3f4018df3 100644 (file)
@@ -1585,6 +1585,7 @@ namespace MonoTests.System
                }
 
                [Test] // Bug Xamarin #24411
+               [Category ("MobileNotWorking")] // Bug Xamarin #27269
                public void DecimalDivision_24411  ()
                {
                        decimal dd = 45m;
@@ -1602,6 +1603,7 @@ namespace MonoTests.System
                }
 
                [Test] // Bug SUSE #655780
+               [Category ("MobileNotWorking")] // Bug Xamarin #27269
                public void TrailingZerosBug ()
                {
                        decimal d;