Skip to content

Commit

Permalink
Merge #89448
Browse files Browse the repository at this point in the history
89448: kv: Skip TestMergeQueueWithSlowNonVoterSnaps r=renatolabs a=andrewbaptist

This test is still flakey

Release note: None

Co-authored-by: Andrew Baptist <[email protected]>
  • Loading branch information
craig[bot] and andrewbaptist committed Oct 6, 2022
2 parents 14c9f2a + d1afd2f commit e04705b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kv/kvserver/client_merge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4670,6 +4670,7 @@ 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 e04705b

Please sign in to comment.