Skip to content

Commit

Permalink
Merge #111205
Browse files Browse the repository at this point in the history
111205: kvcoord: skip TestTransactionUnexpectedlyCommitted r=nvanbenschoten a=arulajmani

Flaky test.

Informs #110187

Release note: None

Co-authored-by: Arul Ajmani <[email protected]>
  • Loading branch information
craig[bot] and arulajmani committed Sep 25, 2023
2 parents 9757421 + 03d50f5 commit 529843e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kv/kvclient/kvcoord/dist_sender_ambiguous_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ func TestTransactionUnexpectedlyCommitted(t *testing.T) {
// several seconds, and requires maintaining expected leases.
skip.UnderShort(t)
skip.UnderStressRace(t)
skip.WithIssue(t, 110187, "flaky test")

succeedsSoonDuration := testutils.DefaultSucceedsSoonDuration
if util.RaceEnabled {
Expand Down

0 comments on commit 529843e

Please sign in to comment.