disable tests broken by removing questionable IP
diff --git a/automation_tests/src/AllTestsSuite.as b/automation_tests/src/AllTestsSuite.as
index 74b3c55..703f3bb 100644
--- a/automation_tests/src/AllTestsSuite.as
+++ b/automation_tests/src/AllTestsSuite.as
@@ -52,13 +52,13 @@
         public var accessibilityMethodsTest:AccessibilityMethodsTest;
         public var allChartAttributeTest:AllCharAttributeTest;
         public var allContAttirbuteTest:AllContAttributeTest;
-        public var allEventTest:AllEventTest;
+        //public var allEventTest:AllEventTest; --  -- removed because it uses questionable IP for an icon.
         public var allParagraphAttributeTest:AllParaAttributeTest;
         public var attributeTest:AttributeTest;
         public var boxTest:BoxTest;
         public var compositionTest:CompositionTest;
         public var containerTypeTest:ContainerTypeTest;
-        public var floatTest:FloatTest;
+        //public var floatTest:FloatTest; -- removed because it uses questionable IP for an icon.
         public var operationTest:OperationTest;
         public var scrollingTest:ScrollingTest;
         public var containerAttributeTest:ContainerAttributeTest;
diff --git a/automation_tests/src/AutomationTestClasses.as b/automation_tests/src/AutomationTestClasses.as
index 3079ccf..d32d79f 100644
--- a/automation_tests/src/AutomationTestClasses.as
+++ b/automation_tests/src/AutomationTestClasses.as
@@ -34,7 +34,7 @@
 		import UnitTest.PerformanceTests.VellumWordTests; VellumWordTests;
                                                             */
 		import AllTestsSuite; AllTestsSuite;
-        import MinimalTestsSuite; MinimalTestsSuite;
+        //import MinimalTestsSuite; MinimalTestsSuite; -- removed because its only test was FloatTest which used some questionable IP as an icon
        // import UnitTest.Tests.AccessibilityMethodsTest; AccessibilityMethodsTest;
 		/*import UnitTest.Tests.AllAttributeTest; AllAttributeTest;
 		import UnitTest.Tests.AllCharAttributeTest; AllCharAttributeTest;