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 0539ec35e50ec6a476ed6c99af2b400333232b4d Author: Peter Palaga <[email protected]> AuthorDate: Tue Feb 7 13:47:56 2023 +0100 Disable xchange test temporarily #4516 --- 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 0d95a6242b..6f80a11692 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -226,7 +226,7 @@ <module>vertx</module> <module>vertx-websocket</module> <module>weather</module> - <module>xchange</module> + <!--<module>xchange</module> https://github.com/apache/camel-quarkus/issues/4516 --> <module>xml</module> <!--<module>xmlsecurity</module>--> <module>xpath</module> diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml index 6bd9ce865d..93d3d06883 100644 --- a/tooling/scripts/test-categories.yaml +++ b/tooling/scripts/test-categories.yaml @@ -118,7 +118,6 @@ group-09: - nats - splunk - spring-rabbitmq - - xchange - xpath group-10: - as2
