I had a similar problem, I ran my tests disabling the reuse of forks like this
mvn clean test -DreuseForks=false
and the problem disappeared. The downside is that the overall test execution time will be longer, that's why you may want to do this from the command line only if necessary