Skip to content

Commit

Permalink
Merge #54700
Browse files Browse the repository at this point in the history
54700: roachtest: (re-)skip flaky election-after-restart test r=irfansharif a=irfansharif

See #54246. It was unskipped recently, but it's still flakey (with the
same symptoms from over a year ago).

Release note: None

Co-authored-by: irfan sharif <irfanmahmoudsharif@gmail.com>
  • Loading branch information
craig[bot] and irfansharif committed Sep 23, 2020
2 parents 24c961f + c67154e commit bfa4eb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/election.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func registerElectionAfterRestart(r *testRegistry) {
r.Add(testSpec{
Name: "election-after-restart",
Owner: OwnerKV,
Skip: "https://github.com/cockroachdb/cockroach/issues/54246",
Cluster: makeClusterSpec(3),
Run: func(ctx context.Context, t *test, c *cluster) {
skip.UnderRace(t, "race builds make this test exceed its timeout")
Expand Down

0 comments on commit bfa4eb4

Please sign in to comment.