Skip to content

Commit

Permalink
roachtest: skip jobs/mixed-version
Browse files Browse the repository at this point in the history
Re-enabling this roachtest is high priority at this point, but due to
the many failures we're seeing, let's skip it for now to reduce noise
until we know that this test is stable.

Release note: None
  • Loading branch information
pbardea committed Aug 24, 2020
1 parent a337502 commit 7a74659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/mixed_version_jobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ func registerJobsMixedVersions(r *testRegistry) {
// is to to test the state transitions of jobs from paused to resumed and
// vice versa in order to detect regressions in the work done for 20.1.
MinVersion: "v20.1.0",
Skip: "https://github.com/cockroachdb/cockroach/issues/51699",
Cluster: makeClusterSpec(4),
Run: func(ctx context.Context, t *test, c *cluster) {
predV, err := PredecessorVersion(r.buildVersion)
Expand Down

0 comments on commit 7a74659

Please sign in to comment.