mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2025-12-21 10:40:04 -06:00
logsdbtests: marked test for disabled functionality as skipped
This commit is contained in:
@@ -170,7 +170,7 @@ TEST_CASE("LogsDBAvoidBeingLeader") {
|
||||
REQUIRE(db->getNextTimeout() == LogsDB::LEADER_INACTIVE_TIMEOUT);
|
||||
}
|
||||
|
||||
TEST_CASE("EmptyLogsDBLeaderElection" * doctest::may_fail()) { // TODO fix this test
|
||||
TEST_CASE("EmptyLogsDBLeaderElection" * doctest::skip(true)) { // leader election temporarily disabled in code
|
||||
_setCurrentTime(ternNow());
|
||||
TempLogsDB db(LogLevel::LOG_ERROR);
|
||||
REQUIRE_FALSE(db->isLeader());
|
||||
|
||||
Reference in New Issue
Block a user