Skip to content

Commit

Permalink
roachtest: skip version-upgrade again
Browse files Browse the repository at this point in the history
I thought the [bug] would not repro after I bumped the base fixture, but
it still does (though maybe one in fifteen only) and I'm running out of
work day, so skip the test again. Tomorrow's a latter day.

[bug]: cockroachdb#44732 (comment)

Release note: None
  • Loading branch information
tbg committed Apr 10, 2020
1 parent 1ccb5c6 commit 90aa7da
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 @@ -47,6 +47,7 @@ func registerAcceptance(r *testRegistry) {
{name: "status-server", fn: runStatusServer},
{
name: "version-upgrade",
skip: "https://github.com/cockroachdb/cockroach/issues/44732#issuecomment-611484831",
fn: func(ctx context.Context, t *test, c *cluster) {
predV, err := PredecessorVersion(r.buildVersion)
if err != nil {
Expand Down

0 comments on commit 90aa7da

Please sign in to comment.