Skip to content

Commit

Permalink
Merge #76894
Browse files Browse the repository at this point in the history
76894: kv/kvserver: skip TestReplicaCircuitBreaker_Follower_QuorumLoss r=tbg a=tbg

Refs: #76781

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None

Co-authored-by: Tobias Grieger <[email protected]>
  • Loading branch information
craig[bot] and tbg committed Feb 24, 2022
2 parents 5b42a98 + 4dc5fb6 commit 50c5a92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kv/kvserver/client_replica_circuit_breaker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ func TestReplicaCircuitBreaker_Leaseholder_QuorumLoss(t *testing.T) {
// leases have lots of special casing internally, this is easy to get wrong.
func TestReplicaCircuitBreaker_Follower_QuorumLoss(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 76781, "flaky test")
defer log.Scope(t).Close(t)
tc := setupCircuitBreakerTest(t)
defer tc.Stopper().Stop(context.Background())
Expand Down

0 comments on commit 50c5a92

Please sign in to comment.