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 dfb438ff00916e4b32fb5d7195e056acef9f19fd Author: Peter Palaga <[email protected]> AuthorDate: Tue Feb 7 09:33:42 2023 +0100 Disable hazelcast test temporarily #4498 --- 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 202c841bdc..4ad0bf7b4b 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -106,7 +106,7 @@ <module>grok</module> <module>groovy-dsl</module> <module>grpc</module> - <module>hazelcast</module> + <!--<module>hazelcast</module> https://github.com/apache/camel-quarkus/issues/4498 --> <module>headersmap</module> <module>hl7</module> <module>http</module> diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml index 609b2b1dfd..2792585885 100644 --- a/tooling/scripts/test-categories.yaml +++ b/tooling/scripts/test-categories.yaml @@ -20,7 +20,6 @@ group-01: - caffeine - git - google-storage - - hazelcast - http - infinispan - jcache
