Skip to content

Commit

Permalink
roachtest: skip flaky schemachange/random-load
Browse files Browse the repository at this point in the history
Github issue: #82133

Release note: none
  • Loading branch information
Ye Ji committed Jun 9, 2022
1 parent 87841f7 commit 563e33d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/tests/schemachange_random_load.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func registerSchemaChangeRandomLoad(r registry.Registry) {
}
runSchemaChangeRandomLoad(ctx, t, c, maxOps, concurrency)
},
Skip: "flaky: https://github.com/cockroachdb/cockroach/issues/82133",
})

// Run a few representative scbench specs in CI.
Expand Down

0 comments on commit 563e33d

Please sign in to comment.