Ignore tests because of no ETCD node

This commit is contained in:
Artem Bilan
2018-10-15 18:06:59 -04:00
parent 4f4d90376c
commit acef1a7504

View File

@@ -25,6 +25,7 @@ import java.util.concurrent.TimeUnit;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.context.ApplicationListener;
@@ -46,6 +47,7 @@ import com.ibm.etcd.client.EtcdClient;
* @author Venil Noronha
* @author Lewis Headden
*/
@Ignore("Need a docker image for ETCD node")
public class EtcdTests {
@Test