Skip to content

Commit

Permalink
kv/kvnemesis: skip TestKVNemesisMultiNode
Browse files Browse the repository at this point in the history
Refs: cockroachdb#58624

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
  • Loading branch information
otan committed Jan 13, 2021
1 parent 6871fc8 commit 12428a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kv/kvnemesis/kvnemesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func TestKVNemesisSingleNode(t *testing.T) {

func TestKVNemesisMultiNode(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 58624, "flaky test")
skip.UnderRace(t)

defer log.Scope(t).Close(t)
Expand Down

0 comments on commit 12428a0

Please sign in to comment.