Skip to content

Commit 0e878cd

Browse files
yrodieregsmet
authored andcommitted
HV-1809 Disable parallel test execution in the tck-runner following the TestNG upgrade
There seem to be problems with running tests in parallel with TestNG 6.14: we end up with archive content being mixed between threads, which leads to really cryptic errors in the SecurityManager (because we try to load a resource when we shouldn't have... ?). Anyway, the tests don't take that long to execute, so let's avoid this source of errors?
1 parent bef4601 commit 0e878cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tck-runner/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@
156156
<value>${validation.provider}</value>
157157
</property>
158158
</systemProperties>
159-
<parallel>methods</parallel>
160-
<threadCount>4</threadCount>
161159
</configuration>
162160
</plugin>
163161
<plugin>

0 commit comments

Comments
 (0)