Skip to content

Commit

Permalink
Merge #71296
Browse files Browse the repository at this point in the history
71296: roachtest: skip the follower-reads suite r=aayushshah15 a=aayushshah15

This commit skips the follower-reads suite of roachtests until
#69817 is fixed.

Release note: None

Co-authored-by: Aayush Shah <[email protected]>
  • Loading branch information
craig[bot] and aayushshah15 committed Oct 8, 2021
2 parents 7e4ba61 + 9467e9a commit def44f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cmd/roachtest/tests/follower_reads.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func registerFollowerReads(r registry.Registry) {
name = name + "/insufficient-quorum"
}
r.Add(registry.TestSpec{
Skip: "https://github.com/cockroachdb/cockroach/issues/69817",
Name: name,
Owner: registry.OwnerKV,
Cluster: r.MakeClusterSpec(
Expand Down Expand Up @@ -89,6 +90,7 @@ func registerFollowerReads(r registry.Registry) {
}

r.Add(registry.TestSpec{
Skip: "https://github.com/cockroachdb/cockroach/issues/69817",
Name: "follower-reads/mixed-version/single-region",
Owner: registry.OwnerKV,
Cluster: r.MakeClusterSpec(
Expand Down

0 comments on commit def44f2

Please sign in to comment.