X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fsharding%2FDistributedShardedDOMDataTreeRemotingTest.java;h=ca8af73cb0d8087b7722652d8c3f800fa562cc57;hp=b2ef45a3dd357234fe2a7348e121a528e356d8c4;hb=2ab5805594a7507fa658d6cf93f72374701b582f;hpb=009cb4dd8cd415e963b321d5d59d55146903b462 diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/sharding/DistributedShardedDOMDataTreeRemotingTest.java b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/sharding/DistributedShardedDOMDataTreeRemotingTest.java index b2ef45a3dd..ca8af73cb0 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/sharding/DistributedShardedDOMDataTreeRemotingTest.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/sharding/DistributedShardedDOMDataTreeRemotingTest.java @@ -30,6 +30,7 @@ import java.util.Set; 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; @@ -382,6 +383,7 @@ public class DistributedShardedDOMDataTreeRemotingTest extends AbstractTest { } @Test + @Ignore public void testMultipleRegistrationsAtOnePrefix() throws Exception { LOG.info("testMultipleRegistrationsAtOnePrefix starting"); initEmptyDatastores();