From cf2039c58b1dc64f4bdfac2bf8ff1d96d12a4640 Mon Sep 17 00:00:00 2001 From: Aditya Maru Date: Tue, 26 Jan 2021 18:02:22 -0500 Subject: [PATCH] kv/kvserver: skip TestClosedTimestampInactiveAfterSubsumption Refs: #59448 Reason: flaky test Generated by bin/skip-test. Release justification: non-production code changes Release note: None --- pkg/kv/kvserver/closed_timestamp_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/kv/kvserver/closed_timestamp_test.go b/pkg/kv/kvserver/closed_timestamp_test.go index db0a4699d038..71db58dbbb07 100644 --- a/pkg/kv/kvserver/closed_timestamp_test.go +++ b/pkg/kv/kvserver/closed_timestamp_test.go @@ -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)