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

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

commit eceb72fb477607c68403cbf3178b423c655c1902
Author: Jiri Ondrusek <[email protected]>
AuthorDate: Mon Nov 10 09:17:09 2025 +0100

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

diff --git a/integration-tests/observability-services/pom.xml 
b/integration-tests/observability-services/pom.xml
index 062e9f8fbd..4a9d07b96b 100644
--- a/integration-tests/observability-services/pom.xml
+++ b/integration-tests/observability-services/pom.xml
@@ -79,6 +79,7 @@
     </dependencies>
 
     <profiles>
+        <!-- https://github.com/apache/camel-quarkus/issues/7946
         <profile>
             <id>native</id>
             <activation>
@@ -106,6 +107,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>

Reply via email to