Skip to content

Commit 5063639

Browse files
authored
Merge pull request cockroachdb#144467 from tbg/blathers/backport-release-25.2-144460
2 parents cda8051 + 45596ea commit 5063639

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/kv/kvserver/lease_queue_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,11 @@ func TestLeaseQueueRaceReplicateQueue(t *testing.T) {
544544
func TestLeaseQueueShedsOnIOOverload(t *testing.T) {
545545
defer leaktest.AfterTest(t)()
546546
defer log.Scope(t).Close(t)
547+
548+
// The SucceedsSoon has been observed to occasionally time out in both
549+
// deadlock and race builds.
550+
skip.UnderDuressWithIssue(t, 138903)
551+
547552
ctx := context.Background()
548553

549554
tc := testcluster.StartTestCluster(t, 3, base.TestClusterArgs{})

0 commit comments

Comments
 (0)