You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/08/08 12:10:02 UTC

[camel] branch main updated: (chores) camel-opensearch: opensearch tests should run fine with reusing forks (#11041)

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new f3aec06e4a6 (chores) camel-opensearch: opensearch tests should run fine with reusing forks (#11041)
f3aec06e4a6 is described below

commit f3aec06e4a6eaa46dc2a907927c927596e154f7a
Author: Otavio Rodolfo Piske <or...@users.noreply.github.com>
AuthorDate: Tue Aug 8 14:09:55 2023 +0200

    (chores) camel-opensearch: opensearch tests should run fine with reusing forks (#11041)
---
 components/camel-opensearch/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-opensearch/pom.xml b/components/camel-opensearch/pom.xml
index 76018ac4eea..2d4935aefef 100644
--- a/components/camel-opensearch/pom.xml
+++ b/components/camel-opensearch/pom.xml
@@ -37,7 +37,7 @@
         <skipITs.ppc64le>true</skipITs.ppc64le>
         <skipITs.s390x>true</skipITs.s390x>
 
-        <camel.surefire.reuseForks>false</camel.surefire.reuseForks>
+        <camel.surefire.reuseForks>true</camel.surefire.reuseForks>
     </properties>
 
     <dependencies>