This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 1beb466b480bdf8efa00af45fc631894a595a927 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue Feb 28 10:40:58 2023 +0000 Revert "Disable infinispan test temporarily #4499" This reverts commit 1073a9a6046b54995bd4bf8084427be80f80724c. --- integration-tests/pom.xml | 2 +- tooling/scripts/test-categories.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 48b4227e0c..73bde9a35d 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -111,7 +111,7 @@ <module>headersmap</module> <module>hl7</module> <module>http</module> - <!--<module>infinispan</module> https://github.com/apache/camel-quarkus/issues/4499 --> + <module>infinispan</module> <module>influxdb</module> <module>jackson-avro</module> <module>jackson-protobuf</module> diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml index 8f06e0ee78..937b91a79d 100644 --- a/tooling/scripts/test-categories.yaml +++ b/tooling/scripts/test-categories.yaml @@ -21,6 +21,7 @@ group-01: - git - google-storage - http + - infinispan - jcache - jms-artemis-client - jsch