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

jamesnetherton pushed a commit to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 5efaf6d78ddaf0ba3fa76a4b0a0ee2f3e11bdc5c
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Mon Dec 9 08:00:54 2024 +0000

    Disable microprofile-fault-tolerance tests due to #6851
---
 integration-tests/microprofile-fault-tolerance/pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/integration-tests/microprofile-fault-tolerance/pom.xml 
b/integration-tests/microprofile-fault-tolerance/pom.xml
index 5696516fae..ff09680941 100644
--- a/integration-tests/microprofile-fault-tolerance/pom.xml
+++ b/integration-tests/microprofile-fault-tolerance/pom.xml
@@ -69,7 +69,21 @@
         </dependency>
     </dependencies>
 
+    <!-- TODO: Remove this https://github.com/apache/camel-quarkus/issues/6851 
-->
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
     <profiles>
+        <!-- TODO: https://github.com/apache/camel-quarkus/issues/6851
         <profile>
             <id>native</id>
             <activation>
@@ -97,6 +111,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>

Reply via email to