You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by he...@apache.org on 2014/02/21 10:42:30 UTC

git commit: Removed * exclusion from Karaf tests.

Repository: camel
Updated Branches:
  refs/heads/master e36777345 -> 8fc495f2b


Removed * exclusion from Karaf tests.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8fc495f2
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8fc495f2
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8fc495f2

Branch: refs/heads/master
Commit: 8fc495f2bc0c182ada36aa7c13e87c5d9093726e
Parents: e367773
Author: Henryk Konsek <he...@gmail.com>
Authored: Fri Feb 21 10:42:04 2014 +0100
Committer: Henryk Konsek <he...@gmail.com>
Committed: Fri Feb 21 10:42:04 2014 +0100

----------------------------------------------------------------------
 tests/camel-itest-karaf/pom.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/8fc495f2/tests/camel-itest-karaf/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-karaf/pom.xml b/tests/camel-itest-karaf/pom.xml
index b32d674..9a2cba1 100644
--- a/tests/camel-itest-karaf/pom.xml
+++ b/tests/camel-itest-karaf/pom.xml
@@ -166,10 +166,6 @@
                                 on this information to PAX mvn url
                             -->
                             <argLine>-Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local}</argLine>
-                            <excludes>
-                                <!-- TODO: temporary disable unit test to let TC not hang -->
-                                <exclude>**/*Test.*</exclude>
-                            </excludes>
                             <systemPropertyVariables>
                                 <karafVersion>${karaf-version}</karafVersion>
                             </systemPropertyVariables>