This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 270b150881920e75bbccd5316baf283be9a07f4c Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Fri Apr 12 11:42:19 2024 +0100 Disable microprofile-fault-tolerance testing due to #5995 --- integration-test-groups/foundation/core-fault-tolerance/pom.xml | 2 ++ integration-tests/foundation-grouped/pom.xml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/integration-test-groups/foundation/core-fault-tolerance/pom.xml b/integration-test-groups/foundation/core-fault-tolerance/pom.xml index d4175591a2..6d9763ea47 100644 --- a/integration-test-groups/foundation/core-fault-tolerance/pom.xml +++ b/integration-test-groups/foundation/core-fault-tolerance/pom.xml @@ -59,6 +59,7 @@ </dependencies> <profiles> + <!-- TODO: https://github.com/apache/camel-quarkus/issues/5995 <profile> <id>native</id> <activation> @@ -86,6 +87,7 @@ </plugins> </build> </profile> + --> <profile> <id>virtualDependencies</id> <activation> diff --git a/integration-tests/foundation-grouped/pom.xml b/integration-tests/foundation-grouped/pom.xml index 7c9c1ceac0..1120c376a7 100644 --- a/integration-tests/foundation-grouped/pom.xml +++ b/integration-tests/foundation-grouped/pom.xml @@ -112,10 +112,12 @@ <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-log</artifactId> </dependency> + <!-- TODO: https://github.com/apache/camel-quarkus/issues/5995 <dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-microprofile-fault-tolerance</artifactId> </dependency> + --> <dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-mock</artifactId> @@ -212,6 +214,8 @@ <group-tests.source.dir>${maven.multiModuleProjectDirectory}/integration-test-groups/foundation</group-tests.source.dir> <group-tests.dest.module.dir>${project.basedir}</group-tests.dest.module.dir> <group-tests.concat.rel.paths>src/main/resources/application.properties</group-tests.concat.rel.paths> + <!-- TODO: https://github.com/apache/camel-quarkus/issues/5995 --> + <group-tests.files.excludes>core-fault-tolerance</group-tests.files.excludes> </properties> </configuration> </execution>