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 6ff951adb8ca3f605d3683513ebda6603ef5d1bc Author: James Netherton <jamesnether...@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>