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 db9083f52961807b939f1d6ccd3d95675a12f303 Author: Peter Palaga <[email protected]> AuthorDate: Tue Feb 7 23:53:34 2023 +0100 Disable grpc test temporarily #4503 --- 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 7a825a224d..b557d14a86 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -105,7 +105,7 @@ <module>graphql</module> <module>grok</module> <module>groovy-dsl</module> - <module>grpc</module> + <!--<module>grpc</module> https://github.com/apache/camel-quarkus/issues/4503 --> <!--<module>hazelcast</module> https://github.com/apache/camel-quarkus/issues/4498 --> <module>headersmap</module> <module>hl7</module> diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml index 71b7f0bb04..7665352fd4 100644 --- a/tooling/scripts/test-categories.yaml +++ b/tooling/scripts/test-categories.yaml @@ -27,7 +27,6 @@ group-01: - kafka-sasl - mllp group-02: - - grpc - jackson-avro - jackson-protobuf - jfr
