Skip to content

Commit

Permalink
kvserver: skip TestReplicateQueueExpirationLeasesOnly under deadlock
Browse files Browse the repository at this point in the history
Epic: none
Release note: None
  • Loading branch information
erikgrinaker committed Mar 21, 2023
1 parent 1cdcf18 commit def1e6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kv/kvserver/replicate_queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2363,6 +2363,7 @@ func TestReplicateQueueExpirationLeasesOnly(t *testing.T) {
defer log.Scope(t).Close(t)

skip.UnderRace(t) // too slow under stressrace
skip.UnderDeadlock(t)
skip.UnderShort(t)

ctx := context.Background()
Expand Down

0 comments on commit def1e6f

Please sign in to comment.