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

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

commit e19c7d92f5aaa18ca51a31d948a39f3a6b9f4d85
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Thu Oct 3 12:15:15 2024 +0100

    Disable microprofile-fault-tolerance integration test native profile due to 
#6584
---
 integration-tests/microprofile-fault-tolerance/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/microprofile-fault-tolerance/pom.xml 
b/integration-tests/microprofile-fault-tolerance/pom.xml
index 2828c062c9..72a3036a0c 100644
--- a/integration-tests/microprofile-fault-tolerance/pom.xml
+++ b/integration-tests/microprofile-fault-tolerance/pom.xml
@@ -70,6 +70,7 @@
     </dependencies>
 
     <profiles>
+        <!-- TODO: https://github.com/apache/camel-quarkus/issues/6584
         <profile>
             <id>native</id>
             <activation>
@@ -97,6 +98,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>

Reply via email to