Updated Branches: refs/heads/develop 05cfdcb68 -> 327a61434
@Ignore 'sparkSWC' test. Signed-off-by: Erik de Bruin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/327a6143 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/327a6143 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/327a6143 Branch: refs/heads/develop Commit: 327a6143470eebb20da6001c552187693b972522 Parents: 05cfdcb Author: Erik de Bruin <[email protected]> Authored: Sat Sep 28 14:23:56 2013 +0200 Committer: Erik de Bruin <[email protected]> Committed: Sat Sep 28 14:23:56 2013 +0200 ---------------------------------------------------------------------- compiler.tests/functional-tests/f/SDKSWCTests.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/327a6143/compiler.tests/functional-tests/f/SDKSWCTests.java ---------------------------------------------------------------------- diff --git a/compiler.tests/functional-tests/f/SDKSWCTests.java b/compiler.tests/functional-tests/f/SDKSWCTests.java index f38e3ea..28d66c0 100644 --- a/compiler.tests/functional-tests/f/SDKSWCTests.java +++ b/compiler.tests/functional-tests/f/SDKSWCTests.java @@ -31,6 +31,7 @@ import java.util.List; import org.apache.flex.compiler.clients.COMPC; import org.apache.flex.compiler.problems.ICompilerProblem; import org.apache.flex.utils.EnvProperties; +import org.junit.Ignore; import org.junit.Test; import com.google.common.collect.ObjectArrays; @@ -330,7 +331,8 @@ public class SDKSWCTests compileSWC("sparkskins"); } - @Test + @Ignore + @Test public void sparkSWC() // FAILS -> FLEX-33307 { extraArgs = new String[]
