You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/30 08:50:10 UTC

[camel-karaf] branch master updated: Re-enable the camel-itest-osgi tests

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-karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 9aa9994  Re-enable the camel-itest-osgi tests
9aa9994 is described below

commit 9aa999495b317a71b8369fd6aad5bfb73c88e682
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 30 10:48:53 2020 +0200

    Re-enable the camel-itest-osgi tests
---
 tests/camel-itest-osgi/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/camel-itest-osgi/pom.xml b/tests/camel-itest-osgi/pom.xml
index e85ef07..26a41a1 100644
--- a/tests/camel-itest-osgi/pom.xml
+++ b/tests/camel-itest-osgi/pom.xml
@@ -93,7 +93,6 @@
                         <karafVersion>${karaf4-version}</karafVersion>
                         <camelKarafFeatureVersion>${project.version}</camelKarafFeatureVersion>
                     </systemPropertyVariables>
-                    <skipTests>true</skipTests>
                 </configuration>
             </plugin>
         </plugins>