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 15de9fbc1cbb5530065e2b0963195b7a9e31e76e Author: Peter Palaga <[email protected]> AuthorDate: Tue Feb 7 09:48:02 2023 +0100 Disable main-xml-jaxb test temporarily #4507 --- 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 255ff4556c..b1fbbebe6c 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -43,7 +43,7 @@ <module>main</module> <module>main-devmode</module> <module>main-discovery-disabled</module> - <module>main-xml-jaxb</module> + <!--<module>main-xml-jaxb</module> https://github.com/apache/camel-quarkus/issues/4507 --> <module>main-xml-io</module> <module>main-collector</module> <!--<module>main-caffeine-lrucache</module>--> diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml index 2f5fa24d41..1861e486d8 100644 --- a/tooling/scripts/test-categories.yaml +++ b/tooling/scripts/test-categories.yaml @@ -49,7 +49,6 @@ group-03: - main-devmode - main-discovery-disabled - main-xml-io - - main-xml-jaxb - main-yaml - shiro - validator
