Skip to content

Commit

Permalink
disable flaky case
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonYao287 committed Aug 29, 2024
1 parent 65f7777 commit 97dfa30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tests/test_raft_repl_dev.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,7 @@ TEST_F(RaftReplDevTest, Resync_From_Non_Originator) {
g_helper->sync_for_cleanup_start();
}

#if 0
TEST_F(RaftReplDevTest, Leader_Restart) {
LOGINFO("Homestore replica={} setup completed", g_helper->replica_num());
g_helper->sync_for_test_start();
Expand All @@ -769,7 +770,7 @@ TEST_F(RaftReplDevTest, Leader_Restart) {
g_helper->sync_for_cleanup_start();
}

#if 0

TEST_F(RaftReplDevTest, Drop_Raft_Entry_Switch_Leader) {
LOGINFO("Homestore replica={} setup completed", g_helper->replica_num());
g_helper->sync_for_test_start();
Expand Down

0 comments on commit 97dfa30

Please sign in to comment.