TARGET_JVM: ignore failing test
authorKonstantin Triger <kostat@mono-cvs.ximian.com>
Tue, 14 Aug 2007 09:23:44 +0000 (09:23 -0000)
committerKonstantin Triger <kostat@mono-cvs.ximian.com>
Tue, 14 Aug 2007 09:23:44 +0000 (09:23 -0000)
svn path=/trunk/mcs/; revision=84037

mcs/class/System.Drawing/Test/System.Drawing.Imaging/TestJpegCodec.cs

index b671150bad6b34baee91a732d081f3119e77b678..ae5a7354da9a5a149539f5d782ebc4cb8cf7e34c 100644 (file)
@@ -72,6 +72,9 @@ namespace MonoTests.System.Drawing.Imaging {
                }
 
                [Test]
+#if TARGET_JVM
+               [Ignore ("#8853")]
+#endif
                public void Bitmap8bbpIndexedGreyscaleFeatures ()
                {
                        string sInFile = getInFile ("bitmaps/nature-greyscale.jpg");