You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2014/03/02 12:00:53 UTC

git commit: CAMEL-6976: disabled test as it doesnt work

Repository: camel
Updated Branches:
  refs/heads/master f20302131 -> bf6c4e794


CAMEL-6976: disabled test as it doesnt work


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

Branch: refs/heads/master
Commit: bf6c4e79403891d4ce21723bbe7da0a1f0ea50b5
Parents: f203021
Author: Claus Ibsen <da...@apache.org>
Authored: Sun Mar 2 12:02:59 2014 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Sun Mar 2 12:02:59 2014 +0100

----------------------------------------------------------------------
 tests/camel-itest-cdi/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/bf6c4e79/tests/camel-itest-cdi/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-cdi/pom.xml b/tests/camel-itest-cdi/pom.xml
index d1e9c94..763520f 100644
--- a/tests/camel-itest-cdi/pom.xml
+++ b/tests/camel-itest-cdi/pom.xml
@@ -68,7 +68,9 @@
             <includes>
               <include>**/*Test.java</include>
             </includes>
+            <!-- CDI embedded test doesnt work CAMEL-6976 -->
             <excludes>
+              <exclude>**/*Test.java</exclude>
               <exclude>**/*XXXTest.*</exclude>
             </excludes>
           </configuration>