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 5366c8224c5bcb9a4a5fa8f3991db2694ab52abe Author: Peter Palaga <[email protected]> AuthorDate: Tue Feb 7 09:38:02 2023 +0100 Disable aws2 test temporarily #4501 --- 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 384066b813..255ff4556c 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -60,7 +60,7 @@ <module>atlasmap</module> <module>avro</module> <!--<module>avro-rpc</module>--> - <module>aws2</module> + <!--<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> diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml index 3822ea801c..2f5fa24d41 100644 --- a/tooling/scripts/test-categories.yaml +++ b/tooling/scripts/test-categories.yaml @@ -27,7 +27,6 @@ group-01: - kafka-sasl - mllp group-02: - - aws2 - grpc - jackson-avro - jackson-protobuf
