Skip to content

Commit

Permalink
Merge branch 'master' into support_show_hosts_storage_listener
Browse files Browse the repository at this point in the history
  • Loading branch information
panda-sheep authored Dec 5, 2022
2 parents de713a9 + 61d45b7 commit 1fdf6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kvstore/raftex/test/LeaderTransferTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DECLARE_uint32(raft_heartbeat_interval_secs);
namespace nebula {
namespace raftex {

TEST(LeaderTransferTest, SimpleTest) {
TEST(LeaderTransferTest, DISABLED_SimpleTest) {
FLAGS_raft_heartbeat_interval_secs = 1;
fs::TempDir walRoot("/tmp/leader_transfer_test.simple_test.XXXXXX");
std::shared_ptr<thread::GenericThreadPool> workers;
Expand Down

0 comments on commit 1fdf6e0

Please sign in to comment.