Skip to content

Commit

Permalink
kvserver: use UnderBazelWithIssue for TestPushTxnHeartbeatTimeout skip
Browse files Browse the repository at this point in the history
This test apepars to work outside of bazel, so let's limit where we
skip it.

Release note: None
  • Loading branch information
stevendanna committed Mar 31, 2021
1 parent 5d1dbb5 commit 4648747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kv/kvserver/replica_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5594,7 +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")
skip.UnderBazelWithIssue(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 4648747

Please sign in to comment.