We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cda8051 + 45596ea commit 5063639Copy full SHA for 5063639
pkg/kv/kvserver/lease_queue_test.go
@@ -544,6 +544,11 @@ func TestLeaseQueueRaceReplicateQueue(t *testing.T) {
544
func TestLeaseQueueShedsOnIOOverload(t *testing.T) {
545
defer leaktest.AfterTest(t)()
546
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
552
ctx := context.Background()
553
554
tc := testcluster.StartTestCluster(t, 3, base.TestClusterArgs{})
0 commit comments