This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 2c52382329b1b414eb575998f382a0a6edb20302 Author: Croway <[email protected]> AuthorDate: Thu Feb 5 16:47:25 2026 +0100 Execute kafka tests only once --- components/camel-kafka/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/camel-kafka/pom.xml b/components/camel-kafka/pom.xml index 50944df10c0f..292b865afa54 100644 --- a/components/camel-kafka/pom.xml +++ b/components/camel-kafka/pom.xml @@ -188,6 +188,10 @@ <skipTests>${skipTests}</skipTests> </configuration> <executions> + <execution> + <id>default</id> + <phase>none</phase> + </execution> <execution> <id>integration-test</id> <goals>
