From b2d218fd7720e6b06ad4a1a554269e0f41b5f6a9 Mon Sep 17 00:00:00 2001 From: Tobias Schottdorf Date: Wed, 3 Jul 2019 18:02:46 +0200 Subject: [PATCH] storage: skip TestNewTruncateDecision We've identified the root cause, but some cleanup presents itself, and in the meantime the test is too flaky to leave unskipped. See #38652. Touches #38584. Release note: None --- pkg/storage/raft_log_queue_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/storage/raft_log_queue_test.go b/pkg/storage/raft_log_queue_test.go index 5a2d19ba0c6d..0b188b1152bf 100644 --- a/pkg/storage/raft_log_queue_test.go +++ b/pkg/storage/raft_log_queue_test.go @@ -463,6 +463,9 @@ func TestNewTruncateDecisionMaxSize(t *testing.T) { // removed. func TestNewTruncateDecision(t *testing.T) { defer leaktest.AfterTest(t)() + + t.Skip("https://github.com/cockroachdb/cockroach/issues/38584") + stopper := stop.NewStopper() defer stopper.Stop(context.TODO()) store, _ := createTestStore(t,