Skip to content

Commit

Permalink
Disable Kubernetes Client tests due to #5318
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Oct 3, 2023
1 parent 4360bfd commit 291428f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-tests/camel-k-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -154,6 +155,7 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down
7 changes: 7 additions & 0 deletions integration-tests/kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -108,6 +114,7 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down
4 changes: 4 additions & 0 deletions integration-tests/master-openshift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -154,6 +156,7 @@
</plugins>
</build>
</profile>
<!-- TODO: https://github.com/apache/camel-quarkus/issues/5318
<profile>
<id>native</id>
<activation>
Expand Down Expand Up @@ -191,6 +194,7 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down

0 comments on commit 291428f

Please sign in to comment.