CAMEL-10118: Excluded Mongodb tests
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/15fc6851 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/15fc6851 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/15fc6851 Branch: refs/heads/master Commit: 15fc68515e6a86bf91efdd018baf4eb56abadf37 Parents: c4d05f0 Author: Nicola Ferraro <ni.ferr...@gmail.com> Authored: Mon Jul 4 17:07:12 2016 +0200 Committer: Nicola Ferraro <ni.ferr...@gmail.com> Committed: Mon Jul 4 17:07:12 2016 +0200 ---------------------------------------------------------------------- tests/camel-itest-spring-boot/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/15fc6851/tests/camel-itest-spring-boot/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-itest-spring-boot/pom.xml b/tests/camel-itest-spring-boot/pom.xml index a2836e4..eccb9dc 100644 --- a/tests/camel-itest-spring-boot/pom.xml +++ b/tests/camel-itest-spring-boot/pom.xml @@ -134,8 +134,12 @@ <forkedProcessTimeoutInSeconds>15000</forkedProcessTimeoutInSeconds> <rerunFailingTestsCount>0</rerunFailingTestsCount> <excludes> - <!-- Xmlbeans cannot work with the current version of spring-boot --> + <!-- Xmlbeans cannot work with spring-boot 1.3.5.RELEASE --> <exclude>org.apache.camel.itest.springboot.CamelXmlbeansTest</exclude> + + <!-- For Mongodb and MongodbGridfs, spring-boot 1.3.5.RELEASE asks for an unnecessary additional library --> + <exclude>org.apache.camel.itest.springboot.CamelMongodbTest</exclude> + <exclude>org.apache.camel.itest.springboot.CamelMongodbGridfsTest</exclude> </excludes> <includes> <include>**/*Test.java</include>