This is an automated email from the ASF dual-hosted git repository. jlmonteiro pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomee.git
commit ff3db170815ecba60a0b0fa4a5bb3c1997f20453 Author: Jean-Louis Monteiro <[email protected]> AuthorDate: Wed Oct 12 18:22:13 2022 +0200 JWT iTests can also run in parallel without any issue --- itests/microprofile-jwt-itests/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/itests/microprofile-jwt-itests/pom.xml b/itests/microprofile-jwt-itests/pom.xml index 2a20483ad5..539a820609 100644 --- a/itests/microprofile-jwt-itests/pom.xml +++ b/itests/microprofile-jwt-itests/pom.xml @@ -39,6 +39,10 @@ <systemPropertyVariables> <version>${project.version}</version> </systemPropertyVariables> + <!-- + <reuseForks>true</reuseForks> + <forkCount>1C</forkCount> + --> </configuration> </plugin> </plugins>
