This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/master by this push:
new 417c32fb9d Revert parallelism tests
417c32fb9d is described below
commit 417c32fb9d2a38b146246aff9e56d9f725822c9b
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Mon Jul 11 11:52:57 2022 +0200
Revert parallelism tests
---
tck/bval-tomee/pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tck/bval-tomee/pom.xml b/tck/bval-tomee/pom.xml
index 0890cf28ca..cb3608e08a 100644
--- a/tck/bval-tomee/pom.xml
+++ b/tck/bval-tomee/pom.xml
@@ -191,9 +191,8 @@
<suiteXmlFile>${suiteFile}</suiteXmlFile>
</suiteXmlFiles>
<parallel>classes</parallel>
- <threadCount>2</threadCount>
+ <threadCount>1</threadCount>
<reuseForks>false</reuseForks>
- <forkCount>5</forkCount>
</configuration>
<dependencies>
<!-- failsafe has dependencies on javax -->