This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 211aa4bbb47b9715788aefaa0c69bbd21caec108 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue May 13 11:43:06 2025 +0100 Disable groovy integration test native profile due to #7361 --- integration-tests/groovy/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/groovy/pom.xml b/integration-tests/groovy/pom.xml index 2eb98f36d3..7368d91a51 100644 --- a/integration-tests/groovy/pom.xml +++ b/integration-tests/groovy/pom.xml @@ -135,6 +135,7 @@ </dependency> </dependencies> </profile> + <!-- TODO: https://github.com/apache/camel-quarkus/issues/7361 <profile> <id>native</id> <activation> @@ -162,5 +163,6 @@ </plugins> </build> </profile> + --> </profiles> </project>