- Excluded one test as this seems to rely on directories outside the flex-falcon project
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/15307f3b Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/15307f3b Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/15307f3b Branch: refs/heads/master Commit: 15307f3b8abae4676cc4148e6bedca9c38e398c7 Parents: 9febb0c Author: Christofer Dutz <[email protected]> Authored: Mon Aug 8 21:58:20 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Mon Aug 8 21:58:20 2016 +0200 ---------------------------------------------------------------------- compiler-jx/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/15307f3b/compiler-jx/pom.xml ---------------------------------------------------------------------- diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml index 55f759c..7d4c17f 100644 --- a/compiler-jx/pom.xml +++ b/compiler-jx/pom.xml @@ -68,6 +68,10 @@ <!-- Disabled for now as these tests require the flex-typedefs repo to be located in a pre-defined location --> <!--include>org/apache/flex/compiler/internal/codegen/externals/Test*.java</include--> </includes> + <excludes> + <!-- This test seems to have issues. --> + <exclude>**/TestFlexJSFile.java</exclude> + </excludes> </configuration> </plugin> </plugins>
