Skip to content

Commit

Permalink
Merge #110858
Browse files Browse the repository at this point in the history
110858: kvserver: unskip TestMergeQueueWithSlowNonVoterSnaps r=miraradeva a=miraradeva

The issue causing TestMergeQueueWithSlowNonVoterSnaps to flake was fixed in #106793.

Part of: #85372
Release note: None

Co-authored-by: Mira Radeva <[email protected]>
  • Loading branch information
craig[bot] and miraradeva committed Sep 20, 2023
2 parents d2cf1f8 + 947172c commit 1da2874
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/kv/kvserver/client_merge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4792,7 +4792,6 @@ func TestMergeQueueSeesNonVoters(t *testing.T) {
func TestMergeQueueWithSlowNonVoterSnaps(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)
skip.WithIssue(t, 85372)

skip.UnderShort(t, "this test sleeps for a few seconds")

Expand Down

0 comments on commit 1da2874

Please sign in to comment.