Github user MatousJobanek commented on the issue:
https://github.com/apache/maven-surefire/pull/160
Sorry, I didn't notice that the parameter is used also in other cases.
I changed the commit to set the `threadCount` only when it is a positive
value also in case of JUnit - i
GitHub user MatousJobanek opened a pull request:
https://github.com/apache/maven-surefire/pull/160
SUREFIRE-1398 Sets threadCount only when parallel parameter is set
Otherwise, the TestNG fails with
`Cannot use a threadCount parameter less than 1; 1 > 0`
in some cases w