This is an automated email from the ASF dual-hosted git repository.

jamesnetherton 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 dc7808f  CAMEL-12834: Disable failing camel-cdi tests for CDI 1.2 & 
2.0 profiles
dc7808f is described below

commit dc7808ff8b0f1a1b63637522d5ec844fcb26ef70
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Tue Sep 25 08:03:35 2018 +0100

    CAMEL-12834: Disable failing camel-cdi tests for CDI 1.2 & 2.0 profiles
---
 components/camel-cdi/pom.xml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/components/camel-cdi/pom.xml b/components/camel-cdi/pom.xml
index 2f7c7cf..41ea258 100644
--- a/components/camel-cdi/pom.xml
+++ b/components/camel-cdi/pom.xml
@@ -262,6 +262,10 @@
             <configuration>
               <excludes>
                 <exclude>**/*Cdi20Test.java</exclude>
+                <!-- Reactivate when CAMEL-12834 is fixed -->
+                
<exclude>**/UnsatisfiedContextForEndpointInjectTest.java</exclude>
+                <!-- Reactivate when CAMEL-12834 is fixed -->
+                <exclude>**/UriWithWrongContextTest.java</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -301,6 +305,23 @@
     <profile>
       <id>weld-2.0</id>
 
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <excludes>
+                <!-- Reactivate when CAMEL-12834 is fixed -->
+                
<exclude>**/UnsatisfiedContextForEndpointInjectTest.java</exclude>
+                <!-- Reactivate when CAMEL-12834 is fixed -->
+                <exclude>**/UriWithWrongContextTest.java</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+
       <dependencies>
 
         <!-- provided dependencies -->

Reply via email to