diff --git a/pkg/cmd/roachtest/cdc.go b/pkg/cmd/roachtest/cdc.go index ba11e56c2818..02211ef0a683 100644 --- a/pkg/cmd/roachtest/cdc.go +++ b/pkg/cmd/roachtest/cdc.go @@ -485,6 +485,7 @@ func registerCDC(r *registry) { // without potentially leaking secrets. r.Add(testSpec{ Name: "cdc/bank", + Skip: `#35614`, MinVersion: "v2.1.0", Cluster: makeClusterSpec(4), Run: func(ctx context.Context, t *test, c *cluster) {