You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/10/03 07:34:53 UTC

[camel-quarkus] 02/03: Disable Kubernetes Client tests due to #5318

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 291428ffde562ee310d0dbd11f86ab33625b38eb
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue Sep 19 08:04:56 2023 +0100

    Disable Kubernetes Client tests due to #5318
---
 integration-tests/camel-k-runtime/pom.xml  | 2 ++
 integration-tests/kubernetes/pom.xml       | 7 +++++++
 integration-tests/master-openshift/pom.xml | 4 ++++
 3 files changed, 13 insertions(+)

diff --git a/integration-tests/camel-k-runtime/pom.xml b/integration-tests/camel-k-runtime/pom.xml
index 277d93c7b1..69d32da5ee 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>5g</quarkus.native.native-image-xmx>
             </properties>
         </profile>
+        <!-- TODO: https://github.com/apache/camel-quarkus/issues/5318
         <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 1f41bc8f49..31a48d7bca 100644
--- a/integration-tests/kubernetes/pom.xml
+++ b/integration-tests/kubernetes/pom.xml
@@ -30,6 +30,11 @@
     <name>Camel Quarkus :: Integration Tests :: Kubernetes</name>
     <description>Integration tests for Camel Quarkus Kubernetes extension</description>
 
+    <!-- TODO: https://github.com/apache/camel-quarkus/issues/5318 -->
+    <properties>
+        <skipTests>true</skipTests>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
@@ -81,6 +86,7 @@
                 <quarkus.native.native-image-xmx>5g</quarkus.native.native-image-xmx>
             </properties>
         </profile>
+        <!-- TODO: https://github.com/apache/camel-quarkus/issues/5318
         <profile>
             <id>native</id>
             <activation>
@@ -108,6 +114,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 ce8f5b2e4c..6f36897f0f 100644
--- a/integration-tests/master-openshift/pom.xml
+++ b/integration-tests/master-openshift/pom.xml
@@ -32,6 +32,8 @@
 
     <properties>
         <quarkus.runner>${project.build.directory}/quarkus-app/quarkus-run.jar</quarkus.runner>
+        <!-- TODO: https://github.com/apache/camel-quarkus/issues/5318 -->
+        <skipTests>true</skipTests>
     </properties>
 
     <dependencies>
@@ -154,6 +156,7 @@
                 </plugins>
             </build>
         </profile>
+         <!-- TODO: https://github.com/apache/camel-quarkus/issues/5318
          <profile>
              <id>native</id>
              <activation>
@@ -191,6 +194,7 @@
                  </plugins>
              </build>
          </profile>
+        -->
          <profile>
              <id>virtualDependencies</id>
              <activation>