File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
pkg/upgrade/upgrademanager Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments