asbachb commented on code in PR #6061:
URL: https://github.com/apache/netbeans/pull/6061#discussion_r1233189921


##########
enterprise/j2ee.common/test/unit/src/org/netbeans/modules/j2ee/common/ClasspathUtilTest.java:
##########
@@ -27,13 +27,15 @@
 import java.util.LinkedHashMap;
 import java.util.LinkedList;
 import java.util.List;
+import org.junit.Ignore;
 import org.netbeans.junit.NbTestCase;
 import org.openide.filesystems.FileUtil;
 
 /**
  *
  * @author sherold
  */
+@Ignore("jar files which are base for this class are missing")
 public class ClasspathUtilTest extends NbTestCase {

Review Comment:
   I'm not 100% sure about CI. When I run the tests locally via IDE it is 
ignored. I wonder if it's worth keeping this test anyway - it seems the test is 
broken since (at least) git migration.
   
   Do you know anything about:
   1) Why these jars were removed (license issue?)
   2) Can they be recovered?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to