Skip to content

Commit

Permalink
tests: skip a roachtest test
Browse files Browse the repository at this point in the history
We skipped a roachtest until master is on v23.1
  • Loading branch information
Xiang-Gu committed Oct 5, 2022
1 parent 9181af0 commit 714b4d3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (
"github.com/cockroachdb/cockroach/pkg/cmd/roachtest/option"
"github.com/cockroachdb/cockroach/pkg/cmd/roachtest/registry"
"github.com/cockroachdb/cockroach/pkg/cmd/roachtest/test"
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
"github.com/stretchr/testify/require"
)

Expand Down Expand Up @@ -84,6 +85,9 @@ func registerDeclarativeSchemaChangerJobCompatibilityInMixedVersion(r registry.R
Owner: registry.OwnerSQLSchema,
Cluster: r.MakeClusterSpec(4),
Run: func(ctx context.Context, t test.Test, c cluster.Cluster) {
// Skip this roachtest until master is on 23.1
skip.WithIssue(t, 89345)

if runtime.GOARCH == "arm64" {
t.Skip("Skip under ARM64. See https://github.com/cockroachdb/cockroach/issues/89268")
}
Expand Down

0 comments on commit 714b4d3

Please sign in to comment.