Skip to content

Commit

Permalink
Merge pull request #127996 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-23.1-126858

release-23.1: kvserver: skip TestGossipHandlesReplacedNode under race
  • Loading branch information
arulajmani authored Sep 27, 2024
2 parents e6737fd + 05bd320 commit cdf6c57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kv/kvserver/gossip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ func TestGossipHandlesReplacedNode(t *testing.T) {
// As of Nov 2018 it takes 3.6s.
skip.UnderShort(t)
skip.UnderDeadlock(t)
skip.UnderRace(t)
ctx := context.Background()

// Shorten the raft tick interval and election timeout to make range leases
Expand Down

0 comments on commit cdf6c57

Please sign in to comment.