Skip to content

Commit

Permalink
Disable integration tests that use kubernetes-client due to #4957
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Jun 22, 2023
1 parent 913c849 commit 9ae92f6
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 @@ -75,6 +75,7 @@


<profiles>
<!-- https://github.com/apache/camel-quarkus/issues/4957
<profile>
<id>native</id>
<activation>
Expand Down Expand Up @@ -102,6 +103,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 @@ -149,6 +149,7 @@
</plugins>
</build>
</profile>
<!-- https://github.com/apache/camel-quarkus/issues/4957
<profile>
<id>native</id>
<activation>
Expand Down Expand Up @@ -186,6 +187,7 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down

0 comments on commit 9ae92f6

Please sign in to comment.