diff --git a/pkg/storage/intentresolver/intent_resolver_test.go b/pkg/storage/intentresolver/intent_resolver_test.go index 4a414e7cbc3b..2b690248242e 100644 --- a/pkg/storage/intentresolver/intent_resolver_test.go +++ b/pkg/storage/intentresolver/intent_resolver_test.go @@ -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.