This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a commit to branch 438/remove-itest in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
commit b835190973eb2bd0270e9cbe2230e8a7c207ff3b Author: Nicolas Filotto <nfilo...@talend.com> AuthorDate: Thu Jul 18 14:47:14 2024 +0200 Ref #438: Remove integration test of camel-docker --- tests/features/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/features/pom.xml b/tests/features/pom.xml index 3dacc348..a16bdffa 100644 --- a/tests/features/pom.xml +++ b/tests/features/pom.xml @@ -59,7 +59,8 @@ <module>camel-caffeine</module> <module>camel-cbor</module> <module>camel-core</module> - <module>camel-docker</module> + <!-- TODO: Fix the integration test and re-add it https://github.com/apache/camel-karaf/issues/438 --> + <!--module>camel-docker</module--> <module>camel-drill</module> <module>camel-ehcache</module> <module>camel-elasticsearch</module>