You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/08/08 19:58:26 UTC

git commit: [flex-falcon] [refs/heads/develop] - - Excluded one test as this seems to rely on directories outside the flex-falcon project

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 9febb0c2f -> 15307f3b8


- 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/develop
Commit: 15307f3b8abae4676cc4148e6bedca9c38e398c7
Parents: 9febb0c
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Mon Aug 8 21:58:20 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
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>