Browse Source

exclude Graal.js Nashorn compat tests from POM builds

master
Stefan Bodewig 4 years ago
parent
commit
4706f77779
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/etc/poms/ant/pom.xml

+ 2
- 0
src/etc/poms/ant/pom.xml View File

@@ -243,6 +243,8 @@
<exclude>org/apache/tools/ant/Include*</exclude>
<!-- dependent on JUnit 5 -->
<exclude>org/example/junitlauncher/</exclude>
<!-- requires Graal.js and forking tests per class -->
<exclude>org/apache/tools/ant/taskdefs/optional/script/graal/</exclude>
<!-- requires structure of a binary distribution of Ant in ANT_HOME -->
<exclude>org/apache/tools/ant/types/CommandlineJavaTest*</exclude>
<exclude>org/apache/tools/ant/types/selectors/ModifiedSelectorTest*</exclude>


Loading…
Cancel
Save