diff --git a/pkg/cmd/roachtest/acceptance.go b/pkg/cmd/roachtest/acceptance.go index 4828d5bbaecf..aba10779c03c 100644 --- a/pkg/cmd/roachtest/acceptance.go +++ b/pkg/cmd/roachtest/acceptance.go @@ -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}, {