This is an automated email from the ASF dual-hosted git repository. pascalschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new f4bbb54 Revert "camel-milo: Disable MonitorItemMultiConnectionsCertTest because it always fails on builds.apache.org" f4bbb54 is described below commit f4bbb54f4df5f6a2b360af42cf3c8889332ce1cf Author: Pascal Schumacher <pascalschumac...@gmx.net> AuthorDate: Mon Apr 23 19:19:04 2018 +0200 Revert "camel-milo: Disable MonitorItemMultiConnectionsCertTest because it always fails on builds.apache.org" This reverts commit 6cdfae2c1db963ab7cc07e43bec2c4495bc6914c in order to make it possible to debug the failure. --- .../camel/component/milo/MonitorItemMultiConnectionsCertTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/camel-milo/src/test/java/org/apache/camel/component/milo/MonitorItemMultiConnectionsCertTest.java b/components/camel-milo/src/test/java/org/apache/camel/component/milo/MonitorItemMultiConnectionsCertTest.java index 44663c0..08ee2f8 100644 --- a/components/camel-milo/src/test/java/org/apache/camel/component/milo/MonitorItemMultiConnectionsCertTest.java +++ b/components/camel-milo/src/test/java/org/apache/camel/component/milo/MonitorItemMultiConnectionsCertTest.java @@ -31,13 +31,11 @@ import org.apache.camel.builder.RouteBuilder; import org.apache.camel.component.milo.server.MiloServerComponent; import org.apache.camel.component.mock.MockEndpoint; import org.eclipse.milo.opcua.stack.core.security.SecurityPolicy; -import org.junit.Ignore; import org.junit.Test; /** * Testing monitoring items over multiple connections */ -@Ignore("This test always fails on builds.apache.org") public class MonitorItemMultiConnectionsCertTest extends AbstractMiloServerTest { private static final String DIRECT_START_1 = "direct:start1"; -- To stop receiving notification emails like this one, please contact pascalschumac...@apache.org.