Skip to content

Commit 03f685e

Browse files
committed
RATIS-2251. Migrate ratis-test tests to Junit 5 - Part 3.
1 parent a45c38f commit 03f685e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ratis-server/src/test/java/org/apache/ratis/server/impl/RaftReconfigurationBaseTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
import org.apache.ratis.server.raftlog.RaftLog;
4343
import org.apache.ratis.server.raftlog.RaftLogBase;
4444
import org.apache.ratis.server.storage.RaftStorageTestUtils;
45+
import org.apache.ratis.test.tag.Flaky;
4546
import org.apache.ratis.util.JavaUtils;
4647
import org.apache.ratis.util.LifeCycle;
4748
import org.apache.ratis.util.Slf4jUtils;
@@ -514,6 +515,7 @@ void runTestBootstrapReconf(int numNewPeer, boolean startNewPeer, CLUSTER cluste
514515
* retrying.
515516
*/
516517
@Test
518+
@Flaky("RATIS-2251")
517519
public void testKillLeaderDuringReconf() throws Exception {
518520
// originally 3 peers
519521
runWithNewCluster(3, this::runTestKillLeaderDuringReconf);

0 commit comments

Comments
 (0)