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 f259dc3df050f0f855ac411b74c7b4bdd2945570
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Wed Jan 8 15:06:51 2025 +0000

    Disable kubernetes-client tests due to #6892
---
 integration-tests/kubernetes/pom.xml       | 2 ++
 integration-tests/master-openshift/pom.xml | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/integration-tests/kubernetes/pom.xml 
b/integration-tests/kubernetes/pom.xml
index 2c025a0c39..270063c21b 100644
--- a/integration-tests/kubernetes/pom.xml
+++ b/integration-tests/kubernetes/pom.xml
@@ -81,6 +81,7 @@
                 
<quarkus.native.native-image-xmx>6g</quarkus.native.native-image-xmx>
             </properties>
         </profile>
+        <!-- TODO: https://github.com/apache/camel-quarkus/issues/6892
         <profile>
             <id>native</id>
             <activation>
@@ -108,6 +109,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>
diff --git a/integration-tests/master-openshift/pom.xml 
b/integration-tests/master-openshift/pom.xml
index c9f50610c9..c31b7353db 100644
--- a/integration-tests/master-openshift/pom.xml
+++ b/integration-tests/master-openshift/pom.xml
@@ -176,6 +176,7 @@
                 </plugins>
             </build>
         </profile>
+        <!-- TODO: https://github.com/apache/camel-quarkus/issues/6892
         <profile>
             <id>native</id>
             <activation>
@@ -213,6 +214,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>

Reply via email to