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 dc011b0dba67cb097b6913eb192f60f94f35ce6e Author: Peter Palaga <[email protected]> AuthorDate: Tue Feb 7 09:32:29 2023 +0100 Disable jms-artemis-client test temporarily #4500 --- 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 cf7551784e..202c841bdc 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -120,7 +120,7 @@ <module>jdbc</module> <module>jfr</module> <module>jira</module> - <module>jms-artemis-client</module> + <!--<module>jms-artemis-client</module> https://github.com/apache/camel-quarkus/issues/4500 --> <module>jms-qpid-amqp-client</module> <module>jolt</module> <module>joor</module> diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml index d3a2c48690..609b2b1dfd 100644 --- a/tooling/scripts/test-categories.yaml +++ b/tooling/scripts/test-categories.yaml @@ -24,7 +24,6 @@ group-01: - http - infinispan - jcache - - jms-artemis-client - jsch - kafka - kafka-sasl
