From: Tom Pantelis Date: Sat, 29 Apr 2017 01:43:34 +0000 (-0400) Subject: Bug 8337: Ignore testMultipleShardLevels X-Git-Tag: release/nitrogen~304 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=dfde194a5a4c2a9034ae1dcf84d8fb33e265d010 Bug 8337: Ignore testMultipleShardLevels DistributedShardedDOMDataTreeTest.testMultipleShardLevels is failing intermittently - set it to ignore for now. Change-Id: Ib7f86166fd85cd54e6ec8cac106c993e9407ffea Signed-off-by: Tom Pantelis (cherry picked from commit 8b4e6a8e938513006ad5f1be786767b103210e78) --- diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/sharding/DistributedShardedDOMDataTreeTest.java b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/sharding/DistributedShardedDOMDataTreeTest.java index 6cf7e7bb23..70ca5b5171 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/sharding/DistributedShardedDOMDataTreeTest.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/sharding/DistributedShardedDOMDataTreeTest.java @@ -41,6 +41,7 @@ import java.util.concurrent.CompletionStage; import org.junit.After; import org.junit.Assert; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.mockito.ArgumentCaptor; import org.mockito.Captor; @@ -335,6 +336,7 @@ public class DistributedShardedDOMDataTreeTest extends AbstractTest { // top level shard at TEST element, with subshards on each outer-list map entry @Test + @Ignore public void testMultipleShardLevels() throws Exception { initEmptyDatastores();