Skip to content

Commit

Permalink
Reenable failure test
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed Oct 18, 2024
1 parent 5d39124 commit e7f9e88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion raft_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2028,7 +2028,6 @@ func TestRaft_VerifyAssertedLeadership(t *testing.T) {
}

func TestRaft_VerifyAssertedLeadership_Fail(t *testing.T) {
t.Skip()
// Make the cluster
c := MakeCluster(3, t, nil)
defer c.Close()
Expand Down

0 comments on commit e7f9e88

Please sign in to comment.