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 2807ae02b2377fb6fff3c99ea533357771088ede Author: Peter Palaga <[email protected]> AuthorDate: Tue Feb 7 13:48:50 2023 +0100 Disable as2 test temporarily #4492 --- 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 6f80a11692..2c1d6d6074 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -56,7 +56,7 @@ <!--<module>activemq</module>--> <module>amqp</module> <module>arangodb</module> - <module>as2</module> + <!--<module>as2</module> https://github.com/apache/camel-quarkus/issues/4492 --> <module>atlasmap</module> <module>avro</module> <!--<module>avro-rpc</module>--> diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml index 93d3d06883..c327c17e4a 100644 --- a/tooling/scripts/test-categories.yaml +++ b/tooling/scripts/test-categories.yaml @@ -120,7 +120,6 @@ group-09: - spring-rabbitmq - xpath group-10: - - as2 - aws2-quarkus-client-grouped - atlasmap - braintree
