Bug 8337: Ignore testMultipleShardLevels 85/56285/1
authorTom Pantelis <tompantelis@gmail.com>
Sat, 29 Apr 2017 01:43:34 +0000 (21:43 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Sat, 29 Apr 2017 01:44:59 +0000 (21:44 -0400)
DistributedShardedDOMDataTreeTest.testMultipleShardLevels is
failing intermittently - set it to ignore for now.

Change-Id: Ib7f86166fd85cd54e6ec8cac106c993e9407ffea
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/sharding/DistributedShardedDOMDataTreeTest.java

index 6cf7e7bb23d99b0fce061a7ef4aadd34d609c83b..70ca5b5171ea4c5761dcffc44bf3916d56ec3a35 100644 (file)
@@ -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();