Skip to content

Commit

Permalink
kvserver: unskip TestMergeQueueWithSlowNonVoterSnaps
Browse files Browse the repository at this point in the history
The issue causing TestMergeQueueWithSlowNonVoterSnaps to flake was fixed
in cockroachdb#106793.

Part of: cockroachdb#85372
Release note: None
  • Loading branch information
miraradeva committed Sep 20, 2023
1 parent 0b2ced7 commit 947172c
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 947172c

Please sign in to comment.