Skip to content

Commit

Permalink
intentresolver: skip TestCleanupIntents
Browse files Browse the repository at this point in the history
See cockroachdb#35085.

Release note: None
  • Loading branch information
tbg committed Feb 20, 2019
1 parent 35929c5 commit b4f8f0b
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 b4f8f0b

Please sign in to comment.