bernard01 opened a new issue, #7345: URL: https://github.com/apache/netbeans/issues/7345
### Apache NetBeans version Apache NetBeans 21 ### What happened A maven java project compiles but a junit test is not executed only if a specific dependency exists in the pom.xml file: xchart. If that dependency is removed and the code using it is commented out, then the test is executed as expected. The test is executed as expected from the command line: mvn test -Dtest=ArticlePageParserTest#testParse ### Language / Project Type / NetBeans Component _No response_ ### How to reproduce See description above and attached test case (NetBeans Maven project) [NoTests.zip](https://github.com/apache/netbeans/files/15157064/NoTests.zip) ### Did this work correctly in an earlier version? No / Don't know ### Operating System Windows 7 ### JDK JDK 21 ### Apache NetBeans packaging Apache NetBeans provided installer ### Anything else _No response_ ### Are you willing to submit a pull request? No -- 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
