This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new ac81dd61 Skip camel-olingo2 test (#473)
ac81dd61 is described below

commit ac81dd61df6d306a132eebd9457687fdb85dbc2b
Author: François de Parscau <[email protected]>
AuthorDate: Tue Jul 30 14:05:40 2024 +0200

    Skip camel-olingo2 test (#473)
---
 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 50435e92..3e144cb0 100644
--- a/tests/features/pom.xml
+++ b/tests/features/pom.xml
@@ -84,7 +84,8 @@
         <module>camel-leveldb</module>
         <module>camel-netty-http</module>
         <module>camel-mail</module>
-        <module>camel-olingo2</module>
+        <!-- TODO: Fix the integration test and re-add it 
https://github.com/apache/camel-karaf/issues/472 -->
+        <!--module>camel-olingo2</module-->
         <module>camel-paho-mqtt5</module>
         <module>camel-quartz</module>
         <module>camel-saxon</module>

Reply via email to