ignoring testFetch as it is long time to execute
[appc.git] / appc-adapters / appc-dmaap-adapter / appc-dmaap-adapter-bundle / src / test / java / org / onap / appc / adapter / messaging / dmaap / impl / TestDmaapConsumerImpl.java
index dd76ef6..c7f3837 100644 (file)
@@ -105,7 +105,7 @@ public class TestDmaapConsumerImpl {
         assertEquals("secret", props.getProperty("password"));
     }
 
-    
+    @Ignore("test is taking 130 sec")
     @Test
     public void testFetch() {
        DmaapConsumerImpl consumer = new DmaapConsumerImpl(hosts, topic, group, id, key, secret);