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/410945f0 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/410945f0 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/410945f0 Branch: refs/heads/develop Commit: 410945f0f78f889147d83e4fb07a5c5ce56c71bf Parents: f7fcf12 Author: Mihai Chira <[email protected]> Authored: Tue Mar 10 17:30:19 2015 +0100 Committer: Mihai Chira <[email protected]> Committed: Tue Mar 10 17:30:19 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/410945f0/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 {
