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

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

commit 31b36c9b76e842ab9ec700cf16fd14981c7bed4b
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Fri Aug 16 14:09:17 2024 +0100

    Revert "Disable extension tests that use kubernetes-client due to #6348"
    
    This reverts commit af456de2bb3af8b8a4cb02ca2bed39e7f6e17cc4.
---
 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, 2 insertions(+), 10 deletions(-)

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

Reply via email to