Skip to content

Commit

Permalink
roachtest: skip disk_full
Browse files Browse the repository at this point in the history
It fails constantly and is in need of an investigation. Initial notes
here:

cockroachdb#35328 (comment)

Touches cockroachdb#35328.

Release note: None
  • Loading branch information
tbg committed Apr 1, 2019
1 parent 7fe1ac8 commit be793f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/disk_full.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ func registerDiskFull(r *registry) {
r.Add(testSpec{
Name: "disk-full",
MinVersion: `v2.1.0`,
Skip: "https://github.com/cockroachdb/cockroach/issues/35328#issuecomment-478540195",
Cluster: makeClusterSpec(5),
Run: func(ctx context.Context, t *test, c *cluster) {
if c.isLocal() {
Expand Down

0 comments on commit be793f7

Please sign in to comment.