Community
Participate
Working Groups
Created attachment 192741 [details] Surefire test logs Failed tests: testAddedChangeRemove(org.eclipse.jetty.util.ScannerTest) testSizeChange(org.eclipse.jetty.util.ScannerTest)
These tests have been disabled pending further investigation.
Committed r3197.
Fixed in master by not using File.createTempFile() as that can introduce directory reuse among other code and tests. Using MavenTestingUtils.getTargetTestingDir() instead.