Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pkg/raft/election_test.go
Original file line numberDiff line numberDiff line change
Expand Up@@ -311,7 +311,6 @@ func TestDynamicLeaderElectionRun(t *testing.T) {
}

for name, spec := range specs {
name, spec := name, spec
t.Run(name, func(t *testing.T) {
d, runCtx, cancel := spec.setup(t)
defer cancel()
Expand Down
Loading