From 90aa7dac0988254c0969da14d4ff4fa6a70821c1 Mon Sep 17 00:00:00 2001 From: Tobias Schottdorf Date: Thu, 9 Apr 2020 17:42:06 +0200 Subject: [PATCH] roachtest: skip version-upgrade again 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]: https://github.com/cockroachdb/cockroach/issues/44732#issuecomment-611484831 Release note: None --- pkg/cmd/roachtest/acceptance.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cmd/roachtest/acceptance.go b/pkg/cmd/roachtest/acceptance.go index 99b9dbeda2cb..d6f4e0742426 100644 --- a/pkg/cmd/roachtest/acceptance.go +++ b/pkg/cmd/roachtest/acceptance.go @@ -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 {