Am 27.09.2017 um 19:58 schrieb Gary Gregory:
I wonder if we need to force Maven to disable any concurrency when running tests?
That should not be necessary.
Maven/Maven-Surefire-Plugin does not run test in parallel by default. The surefire configuration of commons-io does not specify the parallel parameter and the forkcount parameter is set to 1 so the tests should be executed sequentially.
Cheers, Pascal --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org