FLEX-34119 Running the over 10,000 parameterized tests in the ant test runner 
takes over an hour! (On my computer it only takes a bit above three minutes.) 
I'm ignoring this for now.


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/79b54488
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/79b54488
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/79b54488

Branch: refs/heads/master
Commit: 79b5448879e22ca76cb58e14bfcbd4ea0d97effa
Parents: 0899216
Author: Mihai Chira <mih...@apache.org>
Authored: Tue Mar 10 17:30:19 2015 +0100
Committer: Erik de Bruin <e...@ixsoftware.nl>
Committed: Fri Mar 20 09:51:27 2015 +0100

----------------------------------------------------------------------
 .../HierarchicalCollectionViewCursor_FLEX_34119_Tests.as          | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/79b54488/frameworks/projects/advancedgrids/tests/mx/collections/HierarchicalCollectionViewCursor_FLEX_34119_Tests.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/advancedgrids/tests/mx/collections/HierarchicalCollectionViewCursor_FLEX_34119_Tests.as
 
b/frameworks/projects/advancedgrids/tests/mx/collections/HierarchicalCollectionViewCursor_FLEX_34119_Tests.as
index 5119ed4..e378c6c 100644
--- 
a/frameworks/projects/advancedgrids/tests/mx/collections/HierarchicalCollectionViewCursor_FLEX_34119_Tests.as
+++ 
b/frameworks/projects/advancedgrids/tests/mx/collections/HierarchicalCollectionViewCursor_FLEX_34119_Tests.as
@@ -136,7 +136,8 @@ package mx.collections
                        assertEquals(secondCompany, _sut.current);
                        assertTrue(_noErrorsThrown);
                }
-               
+
+        [Ignore]
                [Test(dataProvider="positionAndOperation")]
         public function 
testReproduce_FLEX_34119_Comprehensive(selectedItemIndex:int, 
operationIndex:int, operation:int):void
         {

Reply via email to