Skip to content

Commit

Permalink
roachtest: skip acceptance/version-upgrade because flaky
Browse files Browse the repository at this point in the history
Very flaky, apparently because of some problem with a recent migration.
Touches cockroachdb#43957, cockroachdb#44005

Release note: None
  • Loading branch information
andreimatei committed Jan 15, 2020
1 parent bc5a9f1 commit d6743ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/acceptance.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func registerAcceptance(r *testRegistry) {
{name: "status-server", fn: runStatusServer},
{
name: "version-upgrade",
skip: "#43957",
fn: runVersionUpgrade,
// This test doesn't like running on old versions because it upgrades to
// the latest released version and then it tries to "head", where head is
Expand Down

0 comments on commit d6743ec

Please sign in to comment.