This is an automated email from the ASF dual-hosted git repository. tcunning pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
commit 3d31ecfb3f1d973411fbf8e790e90c0c98207cb7 Author: Tom Cunningham <[email protected]> AuthorDate: Tue Mar 10 19:59:47 2026 -0400 Disable tests on opentelemetry --- opentelemetry/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/opentelemetry/pom.xml b/opentelemetry/pom.xml index 18c4aeff..8bdf1666 100644 --- a/opentelemetry/pom.xml +++ b/opentelemetry/pom.xml @@ -35,6 +35,7 @@ <properties> <category>Management and Monitoring</category> <title>OpenTelemetry</title> + <skipTests>true</skipTests> </properties> <modules>
