Mark tests as not working under TARGET_JVM
[mono.git] / mcs / class / corlib / Test / System / ConvertTest.cs
index c3e7e0ca0bdb1ebb62ca827a3a660f6b7659ab6f..a294a1ff82cdca80af69afbd99088c1f492714e3 100644 (file)
@@ -2855,6 +2855,7 @@ namespace MonoTests.System {
 
                [Test]
                [ExpectedException (typeof (FormatException))]
+               [Category ("TargetJvmNotWorking")]
                public void FormatBase64CharArray_OnlyWhitespace ()
                {
                        Convert.FromBase64CharArray (new char[3] {' ', 
@@ -2984,6 +2985,7 @@ namespace MonoTests.System {
                }
 
                [Test]
+               [Category ("TargetJvmNotWorking")]
                public void FromBase64_Empty ()
                {
                        AssertEquals (new byte[0], Convert.FromBase64String (string.Empty));