Removing OperationTest just for check whether this fix the build
diff --git a/automation_tests/src/AllTestsSuite.as b/automation_tests/src/AllTestsSuite.as
index 74b3c55..ee58e7d 100644
--- a/automation_tests/src/AllTestsSuite.as
+++ b/automation_tests/src/AllTestsSuite.as
@@ -59,7 +59,7 @@
         public var compositionTest:CompositionTest;
         public var containerTypeTest:ContainerTypeTest;
         public var floatTest:FloatTest;
-        public var operationTest:OperationTest;
+       // public var operationTest:OperationTest;
         public var scrollingTest:ScrollingTest;
         public var containerAttributeTest:ContainerAttributeTest;
         public var boundsAndAlignmentTest:BoundsAndAlignmentTest;