Skip to content

Commit

Permalink
Revert "Disable extension tests that use kubernetes-client due to #6348"
Browse files Browse the repository at this point in the history
This reverts commit af456de.
  • Loading branch information
jamesnetherton authored and JiriOndrusek committed Aug 26, 2024
1 parent f75deae commit cac3846
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 10 deletions.
2 changes: 0 additions & 2 deletions integration-tests/camel-k-runtime-model-reifier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
<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 @@ -155,7 +154,6 @@
</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: 0 additions & 2 deletions integration-tests/camel-k-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
<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 @@ -155,7 +154,6 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down
2 changes: 0 additions & 2 deletions integration-tests/kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<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 @@ -109,7 +108,6 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down
2 changes: 0 additions & 2 deletions integration-tests/master-openshift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@
</plugins>
</build>
</profile>
<!-- TODO: https://github.com/apache/camel-quarkus/issues/6348
<profile>
<id>native</id>
<activation>
Expand Down Expand Up @@ -214,7 +213,6 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down

0 comments on commit cac3846

Please sign in to comment.