You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/07/19 12:53:18 UTC

[camel] branch master updated: Camel-Nats: Reignore NatsConsumerLoadTest

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

acosentino 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 61dda29  Camel-Nats: Reignore NatsConsumerLoadTest
61dda29 is described below

commit 61dda293ae6330086af79c45cfb06d3c1de2661f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 19 14:52:58 2018 +0200

    Camel-Nats: Reignore NatsConsumerLoadTest
---
 .../test/java/org/apache/camel/component/nats/NatsConsumerLoadTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-nats/src/test/java/org/apache/camel/component/nats/NatsConsumerLoadTest.java b/components/camel-nats/src/test/java/org/apache/camel/component/nats/NatsConsumerLoadTest.java
index b2f6d5a..830e031 100644
--- a/components/camel-nats/src/test/java/org/apache/camel/component/nats/NatsConsumerLoadTest.java
+++ b/components/camel-nats/src/test/java/org/apache/camel/component/nats/NatsConsumerLoadTest.java
@@ -30,7 +30,7 @@ import org.apache.camel.test.junit4.CamelTestSupport;
 import org.junit.Ignore;
 import org.junit.Test;
 
-//@Ignore("Require a running Nats server")
+@Ignore("Require a running Nats server")
 public class NatsConsumerLoadTest extends CamelTestSupport {
     
     @EndpointInject(uri = "mock:result")