Skip to content

Commit

Permalink
roachtest: skip acceptance/version-upgrade
Browse files Browse the repository at this point in the history
Broken on master. Being investigated over at
cockroachdb#64491.

Release note: None
  • Loading branch information
irfansharif committed Apr 30, 2021
1 parent bbf037b commit 297e15b
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 @@ -58,6 +58,7 @@ func registerAcceptance(r *testRegistry) {
// to head after 19.2 fails.
minVersion: "v19.2.0",
timeout: 30 * time.Minute,
skip: "https://github.com/cockroachdb/cockroach/issues/64491",
},
}
tags := []string{"default", "quick"}
Expand Down

0 comments on commit 297e15b

Please sign in to comment.