You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2021/08/21 08:11:48 UTC

[ant] branch master updated: test must be skipped when runnng in Gump

This is an automated email from the ASF dual-hosted git repository.

bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new 5aca870  test must be skipped when runnng in Gump
5aca870 is described below

commit 5aca870fff12a47ebb5979538318e62b12cb1bd0
Author: Stefan Bodewig <bo...@apache.org>
AuthorDate: Sat Aug 21 10:11:30 2021 +0200

    test must be skipped when runnng in Gump
---
 src/tests/antunit/core/classloader-test.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/tests/antunit/core/classloader-test.xml b/src/tests/antunit/core/classloader-test.xml
index 1d23e55..6e2c871 100644
--- a/src/tests/antunit/core/classloader-test.xml
+++ b/src/tests/antunit/core/classloader-test.xml
@@ -48,7 +48,8 @@ public class A {
 
   <target name="testLoadClass"
           description="https://issues.apache.org/bugzilla/show_bug.cgi?id=44103"
-          depends="setUp">
+          depends="setUp"
+          unless="gump">
     <echo file="${input}/A.java"><![CDATA[
 public class A {
     public static void main(String[] args) {