X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FTest%2FSystem.ComponentModel%2FToolboxItemAttributeTests.cs;h=0423b02159852064f2f0194b76a344104940cd27;hb=a9be24c5cdb9e0f6a48dc634ffcf3ad70954fe3e;hp=8b604780bfb37c1deb6a8658dbe187684ab7e0a1;hpb=b5cfba1835f2ba823796f825410e0062b7e4c9a3;p=mono.git diff --git a/mcs/class/System/Test/System.ComponentModel/ToolboxItemAttributeTests.cs b/mcs/class/System/Test/System.ComponentModel/ToolboxItemAttributeTests.cs index 8b604780bfb..0423b021598 100644 --- a/mcs/class/System/Test/System.ComponentModel/ToolboxItemAttributeTests.cs +++ b/mcs/class/System/Test/System.ComponentModel/ToolboxItemAttributeTests.cs @@ -18,6 +18,9 @@ namespace MonoTests.System.ComponentModel public class ToolboxItemAttributeTests { [Test] +#if TARGET_JVM + [Ignore ("TD BUG ID: 7215, 7216")] +#endif public void DefaultType () { ToolboxItemAttribute attr = new ToolboxItemAttribute (true);