Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
35089: intentresolver: skip TestCleanupIntents r=knz a=tbg

See cockroachdb#35085.

(the PR is in flight, but this seems pretty flaky)

Release note: None

Co-authored-by: Tobias Schottdorf <tobias.schottdorf@gmail.com>
  • Loading branch information
craig[bot] and tbg committed Feb 20, 2019
2 parents 4fbd5d1 + b4f8f0b commit 1387b4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/storage/intentresolver/intent_resolver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,9 @@ func counterSendFunc(counter *int64, f sendFunc) sendFunc {
// and returns the appropriate errors.
func TestCleanupIntents(t *testing.T) {
defer leaktest.AfterTest(t)()

t.Skip("https://github.com/cockroachdb/cockroach/pull/35085")

clock := hlc.NewClock(hlc.UnixNano, time.Nanosecond)
txn := beginTransaction(t, clock, roachpb.MinUserPriority, roachpb.Key("a"), true)
// Set txn.ID to a very small value so it's sorted deterministically first.
Expand Down

0 comments on commit 1387b4f

Please sign in to comment.