This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 2a9a4c36a61a56a9f49c50698e3d7fa1008afbd0 Author: Claus Ibsen <[email protected]> AuthorDate: Sat Mar 10 09:53:25 2018 +0100 Skip test that can cause CI server issues --- .../test/java/org/apache/camel/component/xmpp/XmppRouteChatTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/camel-xmpp/src/test/java/org/apache/camel/component/xmpp/XmppRouteChatTest.java b/components/camel-xmpp/src/test/java/org/apache/camel/component/xmpp/XmppRouteChatTest.java index 2436c41..21096c0 100644 --- a/components/camel-xmpp/src/test/java/org/apache/camel/component/xmpp/XmppRouteChatTest.java +++ b/components/camel-xmpp/src/test/java/org/apache/camel/component/xmpp/XmppRouteChatTest.java @@ -20,11 +20,13 @@ import org.apache.camel.builder.RouteBuilder; import org.apache.camel.component.mock.MockEndpoint; import org.apache.camel.impl.JndiRegistry; import org.apache.camel.test.junit4.CamelTestSupport; +import org.junit.Ignore; import org.junit.Test; /** * @version */ +@Ignore("This test is flaky on CI server") public class XmppRouteChatTest extends CamelTestSupport { protected MockEndpoint consumerEndpoint; -- To stop receiving notification emails like this one, please contact [email protected].
