Skip to content

Commit

Permalink
Disable Kubernetes Client tests due to #5318
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Sep 19, 2023
1 parent 90e7587 commit 80fd9d4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/quarkus-master-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ jobs:
git clone --depth 1 --branch ${EXAMPLES_BRANCH} https://github.com/apache/camel-quarkus-examples.git \
&& cd camel-quarkus-examples \
&& echo "Current Examples commit:" $(git rev-parse HEAD) \
&& sed -i 's/id>native</id>native-disabled</g' cluster-leader-election/pom.xml \
&& ./mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} org.l2x6.cq:cq-maven-plugin:2.10.0:examples-set-platform -Dcq.camel-quarkus.version=${CQ_VERSION} \
&& ./mvnw-for-each.sh ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} -Pnative,docker clean verify
- name: Report Build Failure
Expand Down
7 changes: 7 additions & 0 deletions integration-tests/kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
<name>Camel Quarkus :: Integration Tests :: Kubernetes</name>
<description>Integration tests for Camel Quarkus Kubernetes extension</description>

<!-- TODO: https://github.com/apache/camel-quarkus/issues/5318 -->
<properties>
<skipTests>true</skipTests>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
Expand Down Expand Up @@ -81,6 +86,7 @@
<quarkus.native.native-image-xmx>5g</quarkus.native.native-image-xmx>
</properties>
</profile>
<!-- TODO: https://github.com/apache/camel-quarkus/issues/5318
<profile>
<id>native</id>
<activation>
Expand Down Expand Up @@ -108,6 +114,7 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down
4 changes: 4 additions & 0 deletions integration-tests/master-openshift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@

<properties>
<quarkus.runner>${project.build.directory}/quarkus-app/quarkus-run.jar</quarkus.runner>
<!-- TODO: https://github.com/apache/camel-quarkus/issues/5318 -->
<skipTests>true</skipTests>
</properties>

<dependencies>
Expand Down Expand Up @@ -154,6 +156,7 @@
</plugins>
</build>
</profile>
<!-- TODO: https://github.com/apache/camel-quarkus/issues/5318
<profile>
<id>native</id>
<activation>
Expand Down Expand Up @@ -191,6 +194,7 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down

0 comments on commit 80fd9d4

Please sign in to comment.