This is an automated email from the ASF dual-hosted git repository. acosentino 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 eb6f636 Lets skip camel-example-spring-boot-geocoder test to avoid OVER QUERY LIMIT response from geocoder eb6f636 is described below commit eb6f63666050f412b91087a2bac224b62717f424 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Feb 15 14:54:01 2018 +0100 Lets skip camel-example-spring-boot-geocoder test to avoid OVER QUERY LIMIT response from geocoder --- examples/camel-example-spring-boot-geocoder/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/camel-example-spring-boot-geocoder/pom.xml b/examples/camel-example-spring-boot-geocoder/pom.xml index ac564ea..0aa39d9 100644 --- a/examples/camel-example-spring-boot-geocoder/pom.xml +++ b/examples/camel-example-spring-boot-geocoder/pom.xml @@ -34,6 +34,7 @@ <properties> <category>Rest</category> <spring.boot-version>${spring-boot-version}</spring.boot-version> + <skipTests>true</skipTests> </properties> <!-- Spring-Boot and Camel BOM --> -- To stop receiving notification emails like this one, please contact acosent...@apache.org.