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 125c771cb1e4bfa3d2e4d955c7eaaf9c5d1970f7 Author: Peter Palaga <[email protected]> AuthorDate: Wed Feb 8 00:12:17 2023 +0100 Disable salesforce test temporarily #4526 --- 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 0cf77b8f51..33e4297ed6 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -193,7 +193,7 @@ <module>rest</module> <module>rest-openapi</module> <module>saga</module> - <module>salesforce</module> + <!--<module>salesforce</module> https://github.com/apache/camel-quarkus/issues/4526 --> <module>sap-netweaver</module> <!--<module>saxon</module> https://github.com/apache/camel-quarkus/issues/4512 --> <module>servicenow</module> diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml index 37a0bbe7e8..8c7639d618 100644 --- a/tooling/scripts/test-categories.yaml +++ b/tooling/scripts/test-categories.yaml @@ -174,7 +174,6 @@ group-13: - jsh-dsl - kotlin-dsl - kubernetes - - salesforce - sap-netweaver - servicenow - slack
