Bug 8038: Ignore testLeadershipTransferOnShutdown 13/56313/1
authorTom Pantelis <tompantelis@gmail.com>
Mon, 1 May 2017 14:51:52 +0000 (10:51 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Mon, 1 May 2017 14:53:18 +0000 (10:53 -0400)
Intermittently fails in Boron so set to Ignore. The test was fixed
at some point after Boron.

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

index 4c0aac48346a59e2db49db247cdaa37bbbd2abf0..6888649c43b0b5963d7e3c473d710545482a4e7d 100644 (file)
@@ -39,6 +39,7 @@ import java.util.concurrent.ExecutionException;
 import java.util.concurrent.TimeUnit;
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.mockito.Mockito;
 import org.mockito.stubbing.Answer;
@@ -793,6 +794,7 @@ public class DistributedDataStoreRemotingIntegrationTest extends AbstractTest {
     }
 
     @Test
+    @Ignore("https://bugs.opendaylight.org/show_bug.cgi?id=8038")
     public void testLeadershipTransferOnShutdown() throws Exception {
         leaderDatastoreContextBuilder.shardBatchedModificationCount(1);
         followerDatastoreContextBuilder.shardElectionTimeoutFactor(10).customRaftPolicyImplementation(null);