You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/04/20 07:49:36 UTC

[camel-spring-boot] branch main updated: CAMEL-17987 Temporarily disable CamelWebhookTest (log4j-slf4j-impl cannot be present with log4j-to-slf4j) (#531)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new d0111a23ce2 CAMEL-17987 Temporarily disable CamelWebhookTest (log4j-slf4j-impl cannot be present with log4j-to-slf4j) (#531)
d0111a23ce2 is described below

commit d0111a23ce259df0b859abf5cbada9f6190337cc
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Wed Apr 20 03:49:31 2022 -0400

    CAMEL-17987 Temporarily disable CamelWebhookTest (log4j-slf4j-impl cannot be present with log4j-to-slf4j) (#531)
---
 .../test/java/org/apache/camel/itest/springboot/CamelWebhookTest.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelWebhookTest.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelWebhookTest.java
index f8c8ce78e65..eb1d6e79284 100644
--- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelWebhookTest.java
+++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelWebhookTest.java
@@ -21,10 +21,12 @@ import org.jboss.arquillian.container.test.api.Deployment;
 import org.jboss.arquillian.junit5.ArquillianExtension;
 import org.jboss.shrinkwrap.api.Archive;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.extension.ExtendWith;
 
 
 @ExtendWith(ArquillianExtension.class)
+@Disabled
 public class CamelWebhookTest extends AbstractSpringBootTestSupport {
 
     @Deployment