Skip to content

Commit

Permalink
roachtest: skip flaky acceptance/version-upgrade
Browse files Browse the repository at this point in the history
Skipping the flaky roachtest while we stabilize it.

Informs: cockroachdb#87104

Release note: None

Release justification: testing only change
  • Loading branch information
adityamaru committed Aug 30, 2022
1 parent 634e4b4 commit 87b6b07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/roachtest/tests/acceptance.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func registerAcceptance(r registry.Registry) {
// to head after 19.2 fails.
minVersion: "v19.2.0",
timeout: 30 * time.Minute,
skip: "https://github.com/cockroachdb/cockroach/issues/87104",
},
},
}
Expand Down

0 comments on commit 87b6b07

Please sign in to comment.