Skip to content

Commit

Permalink
Merge #37507
Browse files Browse the repository at this point in the history
37507: roachtest: Skip flaky election-after-restart r=tbg a=bdarnell

See #35047

Release note: None

Co-authored-by: Ben Darnell <[email protected]>
  • Loading branch information
craig[bot] and bdarnell committed May 14, 2019
2 parents ba5c092 + a382126 commit f56f246
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 @@ -25,6 +25,7 @@ import (
func registerElectionAfterRestart(r *registry) {
r.Add(testSpec{
Name: "election-after-restart",
Skip: "https://github.com/cockroachdb/cockroach/issues/35047",
Cluster: makeClusterSpec(3),
Run: func(ctx context.Context, t *test, c *cluster) {
t.Status("starting up")
Expand Down

0 comments on commit f56f246

Please sign in to comment.