Browse Source

exclude TranslateTest, does not work

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274734 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 22 years ago
parent
commit
5fc7e5fb6c
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      build.xml

+ 2
- 0
build.xml View File

@@ -1643,6 +1643,8 @@

<!-- test needs special setup -->
<exclude name="${optional.package}/ssh/ScpTest.java"/>
<!-- does not work currrently -->
<exclude name="${optional.package}/i18n/TranslateTest.java"/>
</fileset>
</batchtest>
</junit>


Loading…
Cancel
Save