Attempt to fix unexplained parallel execution of tests

This commit is contained in:
Simon Brandhof 2015-02-19 14:53:51 +01:00
parent 8b0cc99498
commit 6101653405

View File

@ -503,6 +503,7 @@
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
</systemPropertyVariables>
<groups>${junitGroups}</groups>
<threadCount>1</threadCount>
</configuration>
</plugin>
<plugin>