Skip to content

Commit

Permalink
storage: skip TestNewTruncateDecision
Browse files Browse the repository at this point in the history
We've identified the root cause, but some cleanup presents itself, and
in the meantime the test is too flaky to leave unskipped.

See cockroachdb#38652.

Touches cockroachdb#38584.

Release note: None
  • Loading branch information
tbg committed Jul 3, 2019
1 parent 9e55b99 commit b2d218f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/storage/raft_log_queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b2d218f

Please sign in to comment.