diff --git a/tests/unit/storage_v2_replication.cpp b/tests/unit/storage_v2_replication.cpp index cb1b7243ff..963cf719f1 100644 --- a/tests/unit/storage_v2_replication.cpp +++ b/tests/unit/storage_v2_replication.cpp @@ -605,8 +605,6 @@ TEST_F(ReplicationTest, RecoveryProcess) { }) .HasError()); - ASSERT_EQ(main.db.storage()->GetReplicaState(replicas[0]), ReplicaState::RECOVERY); - while (main.db.storage()->GetReplicaState(replicas[0]) != ReplicaState::READY) { std::this_thread::sleep_for(std::chrono::milliseconds(10)); }