Skip to content

Commit

Permalink
roachtest: skip acceptance/many-splits
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
tbg committed Jul 6, 2020
1 parent deb468b commit 7025ee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/acceptance.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func registerAcceptance(r *testRegistry) {
{
name: "many-splits", fn: runManySplits,
minVersion: "v19.2.0", // SQL syntax unsupported on 19.1.x
skip: "https://github.com/cockroachdb/cockroach/issues/47325",
},
{name: "status-server", fn: runStatusServer},
{
Expand Down

0 comments on commit 7025ee5

Please sign in to comment.