Skip to content

Commit

Permalink
Disable extension tests that use kubernetes-client due to #6348
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Aug 14, 2024
1 parent d275597 commit 2b82dc7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions integration-tests/camel-k-runtime-model-reifier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
<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>
Expand Down Expand Up @@ -154,6 +155,7 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/camel-k-runtime-shutdown/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
</plugins>
</build>
</profile>

<!-- TODO: https://github.com/apache/camel-quarkus/issues/6348
<profile>
<id>native</id>
<activation>
Expand Down Expand Up @@ -160,7 +160,7 @@
</plugins>
</build>
</profile>

-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down
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>6g</quarkus.native.native-image-xmx>
</properties>
</profile>
<!-- TODO: https://github.com/apache/camel-quarkus/issues/6348
<profile>
<id>native</id>
<activation>
Expand Down Expand Up @@ -154,6 +155,7 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down
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/6348
<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/6348
<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 2b82dc7

Please sign in to comment.