Browse Source

Temporarily skip test that fail in Gump because of a Gump bug

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277185 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
57195a2186
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      build.xml

+ 8
- 0
build.xml View File

@@ -588,6 +588,10 @@
<available property="jsch.present"
classname="com.jcraft.jsch.Session"
classpathref="classpath"/>

<condition property="running.in.gump">
<isset property="gump.merge"/>
</condition>
</target>


@@ -1599,6 +1603,10 @@

<!-- test needs special setup -->
<exclude name="${optional.package}/ssh/ScpTest.java"/>

<!-- test fails in Gump -->
<exclude name="${ant.package}/util/ClasspathUtilsTest.java"
if="running.in.gump"/>
</fileset>
</batchtest>
</junit>


Loading…
Cancel
Save