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/06/13 06:25:09 UTC

[camel-quarkus] 02/02: Disable integration tests that use kubernetes-client due to #4957

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 c5fa870e49f0f3c737e0118b09e59adf15e93be7
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue Jun 13 07:24:53 2023 +0100

    Disable integration tests that use kubernetes-client due to #4957
---
 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 7b6d9c68c7..3d2afee88c 100644
--- a/integration-tests/kubernetes/pom.xml
+++ b/integration-tests/kubernetes/pom.xml
@@ -75,6 +75,7 @@
 
 
     <profiles>
+       <!-- https://github.com/apache/camel-quarkus/issues/4957
        <profile>
             <id>native</id>
             <activation>
@@ -102,6 +103,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 23cd59a20b..5bcf7261d1 100644
--- a/integration-tests/master-openshift/pom.xml
+++ b/integration-tests/master-openshift/pom.xml
@@ -149,6 +149,7 @@
                 </plugins>
             </build>
         </profile>
+        <!-- https://github.com/apache/camel-quarkus/issues/4957
          <profile>
              <id>native</id>
              <activation>
@@ -186,6 +187,7 @@
                  </plugins>
              </build>
          </profile>
+         -->
          <profile>
              <id>virtualDependencies</id>
              <activation>