Uncomment OperationTest - After latest changes in TLF it looks like tests do not freeze on these class anymore
diff --git a/automation_tests/src/AllTestsSuite.as b/automation_tests/src/AllTestsSuite.as
index ee58e7d..74b3c55 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;