Skip to content

Commit

Permalink
roachtest: (re-)skip flaky election-after-restart test
Browse files Browse the repository at this point in the history
See cockroachdb#54246. It was unskipped recently, but it's still flakey (with the
same symptoms from over a year ago).

Release note: None
  • Loading branch information
irfansharif committed Sep 23, 2020
1 parent 44c5590 commit 2d0db68
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 2d0db68

Please sign in to comment.