Skip to content

Commit 853fae0

Browse files
committed
upgrademanager: skip TestMigrationFailure
Skip TestMigrationFailure until the source of flakes can be fixed. Release note: None Part of: cockroachdb#106648
1 parent 73bffc0 commit 853fae0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pkg/upgrade/upgrademanager/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ go_test(
6767
"//pkg/sql/sem/eval",
6868
"//pkg/testutils",
6969
"//pkg/testutils/serverutils",
70+
"//pkg/testutils/skip",
7071
"//pkg/testutils/sqlutils",
7172
"//pkg/testutils/testcluster",
7273
"//pkg/upgrade",

pkg/upgrade/upgrademanager/manager_external_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ import (
3838
"github.com/cockroachdb/cockroach/pkg/sql/sem/eval"
3939
"github.com/cockroachdb/cockroach/pkg/testutils"
4040
"github.com/cockroachdb/cockroach/pkg/testutils/serverutils"
41+
"github.com/cockroachdb/cockroach/pkg/testutils/skip"
4142
"github.com/cockroachdb/cockroach/pkg/testutils/sqlutils"
4243
"github.com/cockroachdb/cockroach/pkg/testutils/testcluster"
4344
"github.com/cockroachdb/cockroach/pkg/upgrade"
@@ -672,6 +673,8 @@ func TestMigrationFailure(t *testing.T) {
672673
defer leaktest.AfterTest(t)()
673674
defer log.Scope(t).Close(t)
674675

676+
skip.WithIssue(t, 106648)
677+
675678
ctx := context.Background()
676679

677680
// Configure the range of versions used by the test

0 commit comments

Comments
 (0)