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

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

commit e7f22754ffd1d14892f6b3cfd167d16eacd003ef
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Mon Dec 2 13:03:37 2024 +0000

    Revert "Disable microprofile-fault-tolerance integration test native 
profile due to #6584"
    
    This reverts commit e862898b026e58a16b50f4c1eab377abf93dbece.
    
    Fixes #6584
---
 integration-tests/microprofile-fault-tolerance/pom.xml | 2 --
 1 file changed, 2 deletions(-)

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

Reply via email to