- 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/8f68c66d Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/8f68c66d Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/8f68c66d Branch: refs/heads/master Commit: 8f68c66d25f70c74aa8a36256a3f49d4cb7c70a3 Parents: 15307f3 Author: Christofer Dutz <[email protected]> Authored: Tue Aug 9 00:45:51 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Tue Aug 9 00:45:51 2016 +0200 ---------------------------------------------------------------------- compiler-jx/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/8f68c66d/compiler-jx/pom.xml ---------------------------------------------------------------------- diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml index 7d4c17f..bb2e10e 100644 --- a/compiler-jx/pom.xml +++ b/compiler-jx/pom.xml @@ -71,6 +71,7 @@ <excludes> <!-- This test seems to have issues. --> <exclude>**/TestFlexJSFile.java</exclude> + <exclude>**/TestFlexJSProject.java</exclude> </excludes> </configuration> </plugin>
