@@ -36,6 +36,7 @@ import (
3636 "github.com/cockroachdb/cockroach/pkg/sql/execinfra"
3737 "github.com/cockroachdb/cockroach/pkg/testutils"
3838 "github.com/cockroachdb/cockroach/pkg/testutils/serverutils"
39+ "github.com/cockroachdb/cockroach/pkg/testutils/skip"
3940 "github.com/cockroachdb/cockroach/pkg/testutils/sqlutils"
4041 "github.com/cockroachdb/cockroach/pkg/util/ctxgroup"
4142 "github.com/cockroachdb/cockroach/pkg/util/hlc"
@@ -252,6 +253,7 @@ func TestAlterChangefeedAddTarget(t *testing.T) {
252253// TestAlterChangefeedAddTargetAfterInitialScan tests adding a new target
253254// after the changefeed has already completed its initial scan.
254255func TestAlterChangefeedAddTargetAfterInitialScan (t * testing.T ) {
256+ skip .WithIssue (t , 148858 )
255257 defer leaktest .AfterTest (t )()
256258 defer log .Scope (t ).Close (t )
257259
@@ -485,6 +487,7 @@ func TestAlterChangefeedDropTarget(t *testing.T) {
485487}
486488
487489func TestAlterChangefeedDropTargetAfterTableDrop (t * testing.T ) {
490+ skip .WithIssue (t , 148858 )
488491 defer leaktest .AfterTest (t )()
489492 defer log .Scope (t ).Close (t )
490493
@@ -661,6 +664,7 @@ func TestAlterChangefeedUnsetDiffOption(t *testing.T) {
661664}
662665
663666func TestAlterChangefeedErrors (t * testing.T ) {
667+ skip .WithIssue (t , 148858 )
664668 defer leaktest .AfterTest (t )()
665669 defer log .Scope (t ).Close (t )
666670
@@ -1101,6 +1105,7 @@ func TestAlterChangefeedDatabaseQualifiedNames(t *testing.T) {
11011105}
11021106
11031107func TestAlterChangefeedDatabaseScope (t * testing.T ) {
1108+ skip .WithIssue (t , 148858 )
11041109 defer leaktest .AfterTest (t )()
11051110 defer log .Scope (t ).Close (t )
11061111
@@ -1195,6 +1200,7 @@ func TestAlterChangefeedDatabaseScopeUnqualifiedName(t *testing.T) {
11951200}
11961201
11971202func TestAlterChangefeedColumnFamilyDatabaseScope (t * testing.T ) {
1203+ skip .WithIssue (t , 148858 )
11981204 defer leaktest .AfterTest (t )()
11991205 defer log .Scope (t ).Close (t )
12001206
@@ -1981,6 +1987,7 @@ func TestAlterChangefeedAddDropSameTarget(t *testing.T) {
19811987// TestAlterChangefeedRandomizedTargetChanges tests altering a changefeed
19821988// with randomized adding and dropping of targets.
19831989func TestAlterChangefeedRandomizedTargetChanges (t * testing.T ) {
1990+ skip .WithIssue (t , 148858 )
19841991 defer leaktest .AfterTest (t )()
19851992 defer log .Scope (t ).Close (t )
19861993
0 commit comments