Bug 8301: Disable DistributedShardedDOMDataTreeRemotingTest for now 20/56020/2
authorTom Pantelis <tompantelis@gmail.com>
Tue, 25 Apr 2017 17:56:50 +0000 (13:56 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Tue, 25 Apr 2017 20:49:33 +0000 (20:49 +0000)
Change-Id: I24068c5ee92533cdc23174d17cc1805328df7c4d
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/sharding/DistributedShardedDOMDataTreeRemotingTest.java

index d81cedb5a90b65aae91f7ad021f48987d603c003..63a3852f6d473a29a0371faa0a9806bbb341fe53 100644 (file)
@@ -27,6 +27,7 @@ import java.util.Collections;
 import org.junit.After;
 import org.junit.Assert;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.mockito.Mockito;
 import org.opendaylight.controller.cluster.ActorSystemProvider;
@@ -53,6 +54,7 @@ import org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLe
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
+@Ignore("https://bugs.opendaylight.org/show_bug.cgi?id=8301")
 public class DistributedShardedDOMDataTreeRemotingTest extends AbstractTest {
 
     private static final Logger LOG = LoggerFactory.getLogger(DistributedShardedDOMDataTreeRemotingTest.class);