psiroky commented on PR #173: URL: https://github.com/apache/maven-compiler-plugin/pull/173#issuecomment-1425558840
The failed test is `MCOMPILER-481-requires-static-included`, which seems to a [known issue](https://issues.apache.org/jira/browse/MCOMPILER-481?focusedCommentId=17679050&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17679050). The same test fails also on master with Maven 3.9.0. It is possibly related to surefire version 3.0.0.M8 (which is the default in Maven 3.9.0 I believe). Temporary workaround could be to pin down the surefire plugin version to some older one for that specific test case (`2.22.2` seems to be working). -- 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]
