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 a1bdabfd8d4ef896df9bf1b5a6853246b34e046f Author: Peter Palaga <[email protected]> AuthorDate: Tue Feb 7 10:23:29 2023 +0100 Disable azure-grouped test temporarily #4507 --- 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 798692bb55..3c7efc29cb 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -63,7 +63,7 @@ <!--<module>aws2</module> https://github.com/apache/camel-quarkus/issues/4501 --> <module>aws2-grouped</module> <module>aws2-quarkus-client-grouped</module> - <module>azure-grouped</module> + <!--<module>azure-grouped</module> https://github.com/apache/camel-quarkus/issues/4507 --> <module>base64</module> <module>bean-validator</module> <module>bindy</module> diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml index 083fcbae9c..f3e9a49f55 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: - - azure-grouped - crypto - jq - master
