You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2017/11/17 17:50:42 UTC

[camel] 03/07: camel-elasticsearch5: speed-up tests by not forking the JVM for every test executed

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

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

commit 7c9260f79e25599f837072a0347dbf357361abe1
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Fri Nov 17 18:14:39 2017 +0100

    camel-elasticsearch5: speed-up tests by not forking the JVM for every test executed
---
 components/camel-elasticsearch5/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/components/camel-elasticsearch5/pom.xml b/components/camel-elasticsearch5/pom.xml
index 955d827..0b3ae18 100644
--- a/components/camel-elasticsearch5/pom.xml
+++ b/components/camel-elasticsearch5/pom.xml
@@ -99,8 +99,6 @@
           <systemPropertyVariables>
             <es.path.data>target/data</es.path.data>
           </systemPropertyVariables>
-          <forkCount>1</forkCount>
-          <reuseForks>false</reuseForks>
         </configuration>
       </plugin>
     </plugins>

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.