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/14 23:17:30 UTC

[camel] branch master updated: camel-kubernetes: 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


The following commit(s) were added to refs/heads/master by this push:
     new 43bf933  camel-kubernetes: speed-up tests by not forking the JVM for every test executed
43bf933 is described below

commit 43bf933673b07001311595a404b1411e4f488de7
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Wed Nov 15 00:17:05 2017 +0100

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

diff --git a/components/camel-kubernetes/pom.xml b/components/camel-kubernetes/pom.xml
index 4d7f2f9..430d44a 100644
--- a/components/camel-kubernetes/pom.xml
+++ b/components/camel-kubernetes/pom.xml
@@ -103,19 +103,6 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-  
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <forkCount>1</forkCount>
-          <reuseForks>false</reuseForks>
-          <forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 
   <profiles>
     <profile>

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