Skip to content

Commit

Permalink
Re-enable leader election test
Browse files Browse the repository at this point in the history
This may have been fixed by PR #2418.
  • Loading branch information
otoolep committed Apr 24, 2015
1 parent 2d2c806 commit b6fd360
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion raft/log_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ func TestState_String(t *testing.T) {

// Ensure a cluster of nodes can successfully re-elect while applying commands.
func TestCluster_Elect_RealTime(t *testing.T) {
t.Skip("Skipping....issue #2303")
if testing.Short() {
t.Skip("skip: short mode")
}
Expand Down

0 comments on commit b6fd360

Please sign in to comment.