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 1073a9a6046b54995bd4bf8084427be80f80724c Author: Peter Palaga <[email protected]> AuthorDate: Tue Feb 7 09:35:11 2023 +0100 Disable infinispan test temporarily #4499 --- 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 4ad0bf7b4b..63eb1b08c1 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -110,7 +110,7 @@ <module>headersmap</module> <module>hl7</module> <module>http</module> - <module>infinispan</module> + <!--<module>infinispan</module> https://github.com/apache/camel-quarkus/issues/4499 --> <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 2792585885..1cde9f1feb 100644 --- a/tooling/scripts/test-categories.yaml +++ b/tooling/scripts/test-categories.yaml @@ -21,7 +21,6 @@ group-01: - git - google-storage - http - - infinispan - jcache - jsch - kafka
