This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit e925e2fcb7f3dd6539b47e6375e8196d201ba9b9 Author: Jiri Ondrusek <ondrusek.j...@gmail.com> AuthorDate: Thu Jan 16 12:03:18 2025 +0100 Revert "Disable microprofile-fault-tolerance tests due to #6851" This reverts commit 28932ccd15df41d1550482e9ea318545d620cff4. --- integration-tests/microprofile-fault-tolerance/pom.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/integration-tests/microprofile-fault-tolerance/pom.xml b/integration-tests/microprofile-fault-tolerance/pom.xml index ff09680941..5696516fae 100644 --- a/integration-tests/microprofile-fault-tolerance/pom.xml +++ b/integration-tests/microprofile-fault-tolerance/pom.xml @@ -69,21 +69,7 @@ </dependency> </dependencies> - <!-- TODO: Remove this https://github.com/apache/camel-quarkus/issues/6851 --> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - </plugins> - </build> - <profiles> - <!-- TODO: https://github.com/apache/camel-quarkus/issues/6851 <profile> <id>native</id> <activation> @@ -111,7 +97,6 @@ </plugins> </build> </profile> - --> <profile> <id>virtualDependencies</id> <activation>