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 b2873e0f95128da388f96a938a2a002d300eb0e3 Author: Peter Palaga <[email protected]> AuthorDate: Tue Feb 7 10:27:30 2023 +0100 Disable crypto test temporarily #4510 --- 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 3c7efc29cb..a24dfffc94 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -75,7 +75,7 @@ <module>compression-grouped</module> <module>consul</module> <module>couchdb</module> - <module>crypto</module> + <!--<module>crypto</module> https://github.com/apache/camel-quarkus/issues/4510 --> <module>csimple</module> <module>csv</module> <!--<module>cxf-soap-grouped</module>--> diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml index f3e9a49f55..8bcceb7ec5 100644 --- a/tooling/scripts/test-categories.yaml +++ b/tooling/scripts/test-categories.yaml @@ -101,7 +101,6 @@ group-07: - sjms2-qpid-amqp-client - weather group-08: - - crypto - jq - master - master-file
