This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit db0d968ec245c3845b5ba8ecd23582d9b8555b34 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Feb 28 16:56:05 2018 +0100 Skip jetty producer unit tests as its deprecated and causes CI server problems. --- components/camel-jetty9/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/camel-jetty9/pom.xml b/components/camel-jetty9/pom.xml index 31cc2f8..cf6d7d4 100644 --- a/components/camel-jetty9/pom.xml +++ b/components/camel-jetty9/pom.xml @@ -178,6 +178,10 @@ <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> <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds> </configuration> </plugin> -- To stop receiving notification emails like this one, please contact davscl...@apache.org.