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


The following commit(s) were added to refs/heads/quarkus-main by this push:
     new 2b82dc7cde Disable extension tests that use kubernetes-client due to 
#6348
2b82dc7cde is described below

commit 2b82dc7cdef8a3d1615a2392fa8b8684c36f45df
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Wed Aug 14 09:20:31 2024 +0100

    Disable extension tests that use kubernetes-client due to #6348
---
 integration-tests/camel-k-runtime-model-reifier/pom.xml | 2 ++
 integration-tests/camel-k-runtime-shutdown/pom.xml      | 4 ++--
 integration-tests/camel-k-runtime/pom.xml               | 2 ++
 integration-tests/kubernetes/pom.xml                    | 2 ++
 integration-tests/master-openshift/pom.xml              | 2 ++
 5 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/integration-tests/camel-k-runtime-model-reifier/pom.xml 
b/integration-tests/camel-k-runtime-model-reifier/pom.xml
index 43d47d8954..769fe702e6 100644
--- a/integration-tests/camel-k-runtime-model-reifier/pom.xml
+++ b/integration-tests/camel-k-runtime-model-reifier/pom.xml
@@ -121,6 +121,7 @@
                 
<quarkus.native.native-image-xmx>6g</quarkus.native.native-image-xmx>
             </properties>
         </profile>
+        <!-- TODO: https://github.com/apache/camel-quarkus/issues/6348
         <profile>
             <id>native</id>
             <activation>
@@ -154,6 +155,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>
diff --git a/integration-tests/camel-k-runtime-shutdown/pom.xml 
b/integration-tests/camel-k-runtime-shutdown/pom.xml
index 6718c5ed39..029d497936 100644
--- a/integration-tests/camel-k-runtime-shutdown/pom.xml
+++ b/integration-tests/camel-k-runtime-shutdown/pom.xml
@@ -126,7 +126,7 @@
                 </plugins>
             </build>
         </profile>
-
+        <!-- TODO: https://github.com/apache/camel-quarkus/issues/6348
         <profile>
             <id>native</id>
             <activation>
@@ -160,7 +160,7 @@
                 </plugins>
             </build>
         </profile>
-
+        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>
diff --git a/integration-tests/camel-k-runtime/pom.xml 
b/integration-tests/camel-k-runtime/pom.xml
index 4b3fcc982a..32792a10da 100644
--- a/integration-tests/camel-k-runtime/pom.xml
+++ b/integration-tests/camel-k-runtime/pom.xml
@@ -121,6 +121,7 @@
                 
<quarkus.native.native-image-xmx>6g</quarkus.native.native-image-xmx>
             </properties>
         </profile>
+        <!-- TODO: https://github.com/apache/camel-quarkus/issues/6348
         <profile>
             <id>native</id>
             <activation>
@@ -154,6 +155,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>
diff --git a/integration-tests/kubernetes/pom.xml 
b/integration-tests/kubernetes/pom.xml
index 930167a4f2..ee036c5f75 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/6348
         <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 c295cd7306..58e5078884 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/6348
          <profile>
              <id>native</id>
              <activation>
@@ -213,6 +214,7 @@
                  </plugins>
              </build>
          </profile>
+         -->
          <profile>
              <id>virtualDependencies</id>
              <activation>

Reply via email to