Skip to content

Commit

Permalink
kvserver: skip TestReliableIntentCleanup
Browse files Browse the repository at this point in the history
This test is flaky because it does not retry transaction failures.
However, the retries uncovered additional bugs, so skipping the test for
now to avoid CI flake.

Release note: None
  • Loading branch information
erikgrinaker committed May 23, 2021
1 parent 9f61489 commit ada742a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kv/kvserver/intent_resolver_integration_test.go
Expand Up @@ -219,6 +219,7 @@ func TestRollbackSyncRangedIntentResolution(t *testing.T) {
func TestReliableIntentCleanup(t *testing.T) {
defer leaktest.AfterTest(t)()
defer log.Scope(t).Close(t)
skip.WithIssue(t, 65447, "fixing the flake uncovered additional bugs in #65458")
skip.UnderRace(t, "timing-sensitive test")
skip.UnderStress(t, "multi-node test")

Expand Down

0 comments on commit ada742a

Please sign in to comment.