Skip to content

Commit

Permalink
Merge #62861
Browse files Browse the repository at this point in the history
62861: kv/kvserver: skip TestPushTxnHeartbeatTimeout r=stevendanna a=tbg

Refs: #62860

cc @nvanbenschoten 

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None

Co-authored-by: Tobias Grieger <[email protected]>
  • Loading branch information
craig[bot] and tbg committed Mar 31, 2021
2 parents c6125c3 + b351945 commit e90ee7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/kv/kvserver/replica_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ import (
"github.com/cockroachdb/cockroach/pkg/storage/enginepb"
"github.com/cockroachdb/cockroach/pkg/testutils"
"github.com/cockroachdb/cockroach/pkg/testutils/serverutils"
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
"github.com/cockroachdb/cockroach/pkg/util/hlc"
"github.com/cockroachdb/cockroach/pkg/util/leaktest"
"github.com/cockroachdb/cockroach/pkg/util/log"
Expand Down Expand Up @@ -5593,6 +5594,7 @@ func TestPushTxnQueryPusheeHasNewerVersion(t *testing.T) {
// heartbeat within its transaction liveness threshold can be pushed/aborted.
func TestPushTxnHeartbeatTimeout(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 62860, "flaky test")
defer log.Scope(t).Close(t)
tc := testContext{manualClock: hlc.NewManualClock(123)}
stopper := stop.NewStopper()
Expand Down

0 comments on commit e90ee7e

Please sign in to comment.