Skip to content

Commit

Permalink
Disable kubernetes-client tests due to #6892
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Jan 8, 2025
1 parent 2ec357a commit 6af4d94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-tests/kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
<quarkus.native.native-image-xmx>6g</quarkus.native.native-image-xmx>
</properties>
</profile>
<!-- TODO: https://github.com/apache/camel-quarkus/issues/6892
<profile>
<id>native</id>
<activation>
Expand Down Expand Up @@ -108,6 +109,7 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down
2 changes: 2 additions & 0 deletions integration-tests/master-openshift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
</plugins>
</build>
</profile>
<!-- TODO: https://github.com/apache/camel-quarkus/issues/6892
<profile>
<id>native</id>
<activation>
Expand Down Expand Up @@ -213,6 +214,7 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down

0 comments on commit 6af4d94

Please sign in to comment.