From 9764393041eda187f704908cf79f2ca70839c5ff Mon Sep 17 00:00:00 2001 From: irfan sharif Date: Wed, 23 Sep 2020 10:59:35 -0400 Subject: [PATCH] roachtest: (re-)skip flaky election-after-restart test See #54246. It was unskipped recently, but it's still flakey (with the same symptoms from over a year ago). Release note: None --- pkg/cmd/roachtest/election.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cmd/roachtest/election.go b/pkg/cmd/roachtest/election.go index 1d649371f96d..e2dd9df987ef 100644 --- a/pkg/cmd/roachtest/election.go +++ b/pkg/cmd/roachtest/election.go @@ -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")