mbien commented on code in PR #6061:
URL: https://github.com/apache/netbeans/pull/6061#discussion_r1233189135
##########
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:
does ignore work?
CI is testing `j2ee.core` but not `j2ee.common`:
https://github.com/apache/netbeans/blob/5af5f30e97c08222539b0c9ce79afc19e1a52b68/.github/workflows/main.yml#L1988-L1989
feel free to register it in the yaml.
If the test data is missing it might indicate that it wasn't donated to
apache. We might consider to remove the test instead of letting it rot.
--
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