Just to chime in as we are as well hit by this exact problem in https://github.com/flowable/flowable-engine/tree/master/modules/flowable-cxf. I've tried doing the exact thing that @sormuras did with https://github.com/apache/meecrowave/pull/11, but it didn't work.
I have not tried it but I think that if one puts `reuseForks=true` and `forkCount=1` (we have forkMode=always which according to the [surefire](https://maven.apache.org/surefire/maven-surefire-plugin/examples/fork-options-and-parallel-execution.html) documentation leads to the `reuseForks` and `forkCount` that I mentioned) in https://github.com/junit-team/junit5-samples/blob/master/junit5-migration-maven/pom.xml the problem would be shown. [ Full content available at: https://github.com/apache/maven-surefire/pull/193 ] This message was relayed via gitbox.apache.org for [email protected]
