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

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

commit 6131057f5a19974cda57292e594ddb0b8a22ab83
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri May 14 21:20:09 2021 +0200

    CAMEL-16613: camel-jetty and camel-netty-http - Do not run tests in 
parallel as CI server keeps randomly failing
---
 components/camel-jetty/pom.xml      | 16 ----------------
 components/camel-netty-http/pom.xml |  1 -
 components/camel-netty/pom.xml      |  1 -
 3 files changed, 18 deletions(-)

diff --git a/components/camel-jetty/pom.xml b/components/camel-jetty/pom.xml
index c55d4b0..93c86f3 100644
--- a/components/camel-jetty/pom.xml
+++ b/components/camel-jetty/pom.xml
@@ -38,9 +38,6 @@
             javax.activation.*;version="${javax-activation-version-range}",
             javax.servlet.*;version="${servlet-version-range}"
         </camel.osgi.import.before.defaults>
-
-        <camel.surefire.parallel>true</camel.surefire.parallel>
-        <camel.surefire.forkTimeout>1800</camel.surefire.forkTimeout>
     </properties>
 
     <dependencies>
@@ -178,17 +175,4 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <!-- skip jetty producer tests as its deprecated and 
causes CI server hangs -->
-                    <excludes>
-                        
<exclude>org/apache/camel/component/jetty/jettyproducer/**.java</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
 </project>
diff --git a/components/camel-netty-http/pom.xml 
b/components/camel-netty-http/pom.xml
index 1124d1d..76529cc 100644
--- a/components/camel-netty-http/pom.xml
+++ b/components/camel-netty-http/pom.xml
@@ -32,7 +32,6 @@
     <description>Camel Netty HTTP support</description>
 
     <properties>
-        <camel.surefire.parallel>true</camel.surefire.parallel>
         <io.netty.leakDetection.level>DISABLED</io.netty.leakDetection.level>
     </properties>
 
diff --git a/components/camel-netty/pom.xml b/components/camel-netty/pom.xml
index 997749a..b14511e 100644
--- a/components/camel-netty/pom.xml
+++ b/components/camel-netty/pom.xml
@@ -33,7 +33,6 @@
     <description>Camel Netty NIO based socket communication 
component</description>
 
     <properties>
-        <camel.surefire.parallel>true</camel.surefire.parallel>
         <io.netty.leakDetection.level>DISABLED</io.netty.leakDetection.level>
     </properties>
 

Reply via email to