2006-08-10 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing / RegionNonRectTest.cs
index 1cc034394a62a01ffa099f3d3137f2b8228f515b..297450054f22948d961841079bff4fa2e88eb462 100644 (file)
@@ -91,7 +91,7 @@ namespace MonoTests.System.Drawing {
                }
 
                [Test]
-               [Category ("NotDotNet")] // MS.NET throws an ExternalException in this case
+               [Ignore ("this fails when using MS GDI+ - with or without Mono")]
                public void Region_Ctor_RegionData ()
                {
                        Region region = new Region (new GraphicsPath ());