This is an automated email from the ASF dual-hosted git repository. zhfeng pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 5d0037f1f6792eaf70f104a015417b8a0dbce1e1 Author: Zheng Feng <[email protected]> AuthorDate: Thu Feb 9 15:01:56 2023 +0800 Revert "Disable saxon test temporarily #4512" This reverts commit e9ddbea80d2da87b98b14c50abc8f3d30eca8609. --- integration-tests/pom.xml | 2 +- tooling/scripts/test-categories.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 01644e71d0..97c2eceaf8 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> https://github.com/apache/camel-quarkus/issues/4512 --> + <module>saxon</module> <module>servicenow</module> <module>servlet</module> <module>shiro</module> diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml index f6f7de8575..a5eb57093b 100644 --- a/tooling/scripts/test-categories.yaml +++ b/tooling/scripts/test-categories.yaml @@ -110,6 +110,7 @@ group-08: - master-file - master-openshift - pdf + - saxon - telegram - twitter - vertx
