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

    Disable Kubernetes Client tests due to #5318
---
 .github/workflows/quarkus-master-cron.yaml | 1 +
 integration-tests/camel-k-runtime/pom.xml  | 2 ++
 integration-tests/kubernetes/pom.xml       | 7 +++++++
 integration-tests/master-openshift/pom.xml | 4 ++++
 4 files changed, 14 insertions(+)

diff --git a/.github/workflows/quarkus-master-cron.yaml 
b/.github/workflows/quarkus-master-cron.yaml
index c9e43f2b56..553848a5bd 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -416,6 +416,7 @@ jobs:
           git clone --depth 1 --branch ${EXAMPLES_BRANCH} 
https://github.com/apache/camel-quarkus-examples.git \
             && cd camel-quarkus-examples \
             && echo "Current Examples commit:" $(git rev-parse HEAD) \
+            && sed -i 's/id>native</id>native-disabled</g' 
cluster-leader-election/pom.xml \
             && ./mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} 
org.l2x6.cq:cq-maven-plugin:2.10.0:examples-set-platform 
-Dcq.camel-quarkus.version=${CQ_VERSION} \
             && ./mvnw-for-each.sh ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} 
-Pnative,docker clean verify
       - name: Report Build Failure
diff --git a/integration-tests/camel-k-runtime/pom.xml 
b/integration-tests/camel-k-runtime/pom.xml
index 2143e59595..28218dc903 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>

Reply via email to