The GitHub Actions job "CodeQL" on commons-vfs.git/feature/junit5-migration has failed. Run started by GitHub user gnodet (triggered by gnodet).
Head commit for run: 7854d692e385dcb373bb11f4afa2018fffdd3797 / Guillaume Nodet <[email protected]> Fix FTPS test abortion to properly skip tests instead of failing Changed from Assumptions.assumeTrue(false) to throwing TestAbortedException directly. This ensures that when the FTP server fails to start in setUp(), the test is properly aborted/skipped rather than causing a test failure. The issue was that Assumptions.assumeTrue(false) in setUp() was not being handled correctly by the test framework, causing the exception to propagate as a test error rather than a test skip. Changes: - Replaced Assumptions.assumeTrue(false) with throw new TestAbortedException() - Removed unused Assumptions import - Added org.opentest4j.TestAbortedException import Test results: - Tests run: 2,556 - Failures: 0 ✅ - Errors: 0 ✅ - Skipped: 612 Report URL: https://github.com/apache/commons-vfs/actions/runs/18312050461 With regards, GitHub Actions via GitBox
