Merge pull request #4621 from alexanderkyte/strdup_env
[mono.git] / mcs / class / System / Test / System.ComponentModel / ToolboxItemAttributeTests.cs
index 5910489b474e0f0b04b9f646027e5257fb1b485d..8f2662a26788b0a241de111dcd78e8572492636c 100644 (file)
@@ -16,11 +16,8 @@ namespace MonoTests.System.ComponentModel
        [TestFixture]
        public class ToolboxItemAttributeTests
        {
-#if !MOBILE
+#if !MOBILE && !MONOMAC && !XAMMAC_4_5
                [Test]
-#if TARGET_JVM
-               [Ignore ("TD BUG ID: 7215, 7216")]
-#endif
                public void DefaultType ()
                {
                        ToolboxItemAttribute attr = new ToolboxItemAttribute (true);