Skip to content

Commit

Permalink
Merge #83446
Browse files Browse the repository at this point in the history
83446: cli: skip TestRemoveDeadReplicas r=erikgrinaker a=tbg

See #80956

Release note: None


Co-authored-by: Tobias Grieger <[email protected]>
  • Loading branch information
craig[bot] and tbg committed Jun 29, 2022
2 parents 0839b8b + 0a1fe89 commit dd1989b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cli/debug_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ func TestOpenReadOnlyStore(t *testing.T) {
func TestRemoveDeadReplicas(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)
skip.WithIssue(t, 80956)

// This test is pretty slow under race (200+ cpu-seconds) because it
// uses multiple real disk-backed stores and goes through multiple
Expand Down

0 comments on commit dd1989b

Please sign in to comment.