This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 2fef4abf1c2ed2d0549f93504f6d06939da0e59b Author: Peter Palaga <[email protected]> AuthorDate: Tue Feb 7 10:08:25 2023 +0100 Disable opentelemetry test temporarily #4509 --- integration-tests/pom.xml | 2 +- tooling/scripts/test-categories.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index c8bd318cf4..0f1f717977 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -172,7 +172,7 @@ <module>olingo4</module> <module>openapi-java</module> <module>openstack</module> - <module>opentelemetry</module> + <!--<module>opentelemetry</module> https://github.com/apache/camel-quarkus/issues/4509 --> <!--<module>opentracing</module>--> <!--<module>optaplanner</module>--> <module>paho</module> diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml index 910de6c876..75c250fddd 100644 --- a/tooling/scripts/test-categories.yaml +++ b/tooling/scripts/test-categories.yaml @@ -86,7 +86,6 @@ group-06: - lra - micrometer - openstack - - opentelemetry - quartz - saga - sjms-qpid-amqp-client
