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 e9ddbea80d2da87b98b14c50abc8f3d30eca8609 Author: Peter Palaga <[email protected]> AuthorDate: Tue Feb 7 10:42:39 2023 +0100 Disable saxon test temporarily #4512 --- 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 90cbd8f0bc..a5cba6a349 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -195,7 +195,7 @@ <module>saga</module> <module>salesforce</module> <module>sap-netweaver</module> - <module>saxon</module> + <!--<module>saxon</module> https://github.com/apache/camel-quarkus/issues/4512 --> <module>servicenow</module> <module>servlet</module> <module>shiro</module> diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml index af24237417..fb7296dad5 100644 --- a/tooling/scripts/test-categories.yaml +++ b/tooling/scripts/test-categories.yaml @@ -105,7 +105,6 @@ group-08: - master-file - master-openshift - pdf - - saxon - syndication - telegram - twitter
