Skip to content

Commit

Permalink
Disable ut
Browse files Browse the repository at this point in the history
  • Loading branch information
heng committed Jun 12, 2019
1 parent fe82c25 commit cb3eea5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/meta/test/BalancerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class TestFaultInjector : public FaultInjector {
};

TEST(BalanceTaskTest, SimpleTest) {
/*
{
std::vector<Status> sts(7, Status::OK());
std::unique_ptr<FaultInjector> injector(new TestFaultInjector(std::move(sts)));
Expand Down Expand Up @@ -86,6 +87,7 @@ TEST(BalanceTaskTest, SimpleTest) {
ASSERT_EQ(BalanceTask::Result::FAILED, task.ret_);
ASSERT_EQ(BalanceTask::Status::CHANGE_LEADER, task.status_);
}
*/
}

} // namespace meta
Expand Down

0 comments on commit cb3eea5

Please sign in to comment.