Skip to content

Commit

Permalink
kvserver: unskip TestAddVotersWithoutRaftQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
tbg committed Jul 14, 2023
1 parent d3cb410 commit 9188673
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/kv/kvserver/replica_learner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2473,7 +2473,6 @@ func TestRebalancingAndCrossRegionZoneSnapshotMetrics(t *testing.T) {
// for Raft consensus.
func TestAddVotersWithoutRaftQueue(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 87553)
ctx := context.Background()

// Disable the raft snapshot queue to make sure we don't require a raft snapshot.
Expand Down

0 comments on commit 9188673

Please sign in to comment.