Skip to content

Commit

Permalink
roachtest: disable follower_reads test for versions prior to v2.2.0
Browse files Browse the repository at this point in the history
Fixed cockroachdb#34814

Release note: None
  • Loading branch information
ajwerner committed Feb 12, 2019
1 parent d93d63a commit 11e0ce9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/cmd/roachtest/follower_reads.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ func registerFollowerReads(r *registry) {
CPUs: 2,
Geo: true,
},
Run: runFollowerReadsTest,
MinVersion: "v2.2.0",
Run: runFollowerReadsTest,
})
}

Expand Down

0 comments on commit 11e0ce9

Please sign in to comment.