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 3d3eb22641b7d099e97a2d1172ab2de4eecdc798 Author: Peter Palaga <[email protected]> AuthorDate: Tue Feb 7 09:56:12 2023 +0100 Disable freemarker test temporarily #4508 --- 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 b1fbbebe6c..0950e3da52 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -93,7 +93,7 @@ <module>file</module> <module>flatpack</module> <module>fop</module> - <module>freemarker</module> + <!--<module>freemarker</module> https://github.com/apache/camel-quarkus/issues/4508 --> <module>ftp</module> <module>geocoder</module> <module>git</module> diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml index 1861e486d8..d8b20a8c1f 100644 --- a/tooling/scripts/test-categories.yaml +++ b/tooling/scripts/test-categories.yaml @@ -41,7 +41,6 @@ group-03: - bean-validator - foundation-grouped - core-discovery-disabled - - freemarker - json-validator - main - main-collector
