Skip to content

Commit

Permalink
cli: skip TestRemoveDeadReplicas
Browse files Browse the repository at this point in the history
Refs: cockroachdb#75133

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
  • Loading branch information
tbg committed Jun 27, 2022
1 parent 6ca1864 commit dc9e358
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 @@ -101,6 +101,7 @@ func TestOpenReadOnlyStore(t *testing.T) {

func TestRemoveDeadReplicas(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 75133, "flaky test")
defer log.Scope(t).Close(t)

// This test is pretty slow under race (200+ cpu-seconds) because it
Expand Down

0 comments on commit dc9e358

Please sign in to comment.