Skip to content

Commit

Permalink
kv/kvserver: skip TestClosedTimestampInactiveAfterSubsumption
Browse files Browse the repository at this point in the history
Refs: cockroachdb#59448

Reason: flaky test

Generated by bin/skip-test.

Release justification: non-production code changes

Release note: None
  • Loading branch information
adityamaru committed Jan 26, 2021
1 parent 04f694a commit cf2039c
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 cf2039c

Please sign in to comment.