Skip to content

Commit

Permalink
Disabled native with kubernetes because of apache#4357
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriOndrusek committed Dec 22, 2022
1 parent f50b012 commit 76e6c73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions integration-tests/kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@


<profiles>
<profile>
<!-- TODO https://github.com/apache/camel-quarkus/issues/4357
<profile>
<id>native</id>
<activation>
<property>
Expand All @@ -97,7 +98,7 @@
</plugin>
</plugins>
</build>
</profile>
</profile>-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down
3 changes: 2 additions & 1 deletion integration-tests/master-openshift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
</plugins>
</build>
</profile>
<!-- TODO https://github.com/apache/camel-quarkus/issues/4357
<profile>
<id>native</id>
<activation>
Expand Down Expand Up @@ -181,7 +182,7 @@
</plugin>
</plugins>
</build>
</profile>
</profile>-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down

0 comments on commit 76e6c73

Please sign in to comment.