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 633dea366e4e7264440593b7d63ad2194e135ccb
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Mar 1 14:50:06 2018 +0100

    Skip tests that causes problems on CI server
---
 tests/camel-itest/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index 6a09b23..1470a9b 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -482,6 +482,8 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <excludes>
+                <!-- exclude doc tests as they dont work on CI server -->
+                <exclude>**/doc/*Test.java</exclude>
               </excludes>
             </configuration>
           </plugin>

-- 
To stop receiving notification emails like this one, please contact
davscl...@apache.org.

Reply via email to