garydgregory commented on PR #730: URL: https://github.com/apache/commons-vfs/pull/730#issuecomment-3383020766
Hello @gnodet Thank you for the PR. When I run a `mvn` build on macOS with Java 21 I get: ``` commons-vfs2 [WARNING] Tests run: 3284, Failures: 0, Errors: 0, Skipped: 9 commons-vfs2-hdfs [INFO] Tests run: 110, Failures: 0, Errors: 0, Skipped: 0 commons-vfs2-jackrabbit2 [INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0 ``` In this PR, the CI (also macOS with Java 21) the output says there are fewer tests run and many are skipped. ``` commons-vfs2 Warning: Tests run: 2702, Failures: 0, Errors: 0, Skipped: 647 commons-vfs2-hdfs Warning: Tests run: 110, Failures: 0, Errors: 0, Skipped: 4 commons-vfs2-jackrabbit2 Warning: Tests run: 99, Failures: 0, Errors: 0, Skipped: 3 ``` Any thoughts as to why? Thank you. -- 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: issues-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org