Skip to content

Commit

Permalink
kv/kvserver: skip TestBehaviorDuringLeaseTransfer
Browse files Browse the repository at this point in the history
Refs: cockroachdb#91948

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
  • Loading branch information
andrewbaptist committed Nov 15, 2022
1 parent 03f6062 commit 10fd885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kv/kvserver/replica_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ func TestReplicaReadConsistency(t *testing.T) {
// transfer might still apply.
func TestBehaviorDuringLeaseTransfer(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 91948, "flaky test")
defer log.Scope(t).Close(t)

testutils.RunTrueAndFalse(t, "transferSucceeds", func(t *testing.T, transferSucceeds bool) {
Expand Down

0 comments on commit 10fd885

Please sign in to comment.