Skip to content

Commit

Permalink
Merge #59449
Browse files Browse the repository at this point in the history
59449: kv/kvserver: skip TestClosedTimestampInactiveAfterSubsumption r=aayushshah15 a=adityamaru

Refs: #59448

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None

Co-authored-by: Aditya Maru <[email protected]>
  • Loading branch information
craig[bot] and adityamaru committed Jan 26, 2021
2 parents 854246a + cf2039c commit 32bc171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kv/kvserver/closed_timestamp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ func TestClosedTimestampCantServeForNonTransactionalReadRequest(t *testing.T) {
// timestamps after the subsumption time.
func TestClosedTimestampInactiveAfterSubsumption(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 59448, "flaky test")
// Skipping under short because this test pauses for a few seconds in order to
// trigger a node liveness expiration.
skip.UnderShort(t)
Expand Down

0 comments on commit 32bc171

Please sign in to comment.