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

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

commit dec6d1d225832bff51b0d97f515f44dfd6544c90
Author: Jiri Ondrusek <[email protected]>
AuthorDate: Fri Nov 7 16:11:02 2025 +0100

    Disabled micrometer native because of #7946
---
 integration-tests/micrometer/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/micrometer/pom.xml 
b/integration-tests/micrometer/pom.xml
index ff810f999d..7404a42275 100644
--- a/integration-tests/micrometer/pom.xml
+++ b/integration-tests/micrometer/pom.xml
@@ -90,6 +90,7 @@
     </dependencies>
 
     <profiles>
+        <!-- https://github.com/apache/camel-quarkus/issues/7946
         <profile>
             <id>native</id>
             <activation>
@@ -117,6 +118,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>

Reply via email to