Skip to content

Commit

Permalink
roachtest: Unskip disk-full roachtest
Browse files Browse the repository at this point in the history
The disk-full roachtest no longer fails now that Pebble is the
default storage engine. Remove the skipped marker.

Fixes #35328.

Release justification: Roachtest-only change.
Release note: None.
  • Loading branch information
itsbilal committed Sep 3, 2020
1 parent 91c7ae2 commit d51519e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/cmd/roachtest/disk_full.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ import (
func registerDiskFull(r *testRegistry) {
r.Add(testSpec{
Name: "disk-full",
Owner: OwnerKV,
MinVersion: `v2.1.0`,
Skip: "https://github.com/cockroachdb/cockroach/issues/35328#issuecomment-478540195",
Owner: OwnerStorage,
MinVersion: `v20.2.0`,
Cluster: makeClusterSpec(5),
Run: func(ctx context.Context, t *test, c *cluster) {
if c.isLocal() {
Expand Down

0 comments on commit d51519e

Please sign in to comment.