File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -7992,7 +7992,6 @@ func TestChangefeedPanicRecovery(t *testing.T) {
79927992}
79937993
79947994func TestChangefeedPauseUnpause (t * testing.T ) {
7995- skip .WithIssue (t , 148858 ) // Uses initial scan.
79967995 defer leaktest .AfterTest (t )()
79977996 defer log .Scope (t ).Close (t )
79987997
@@ -9137,8 +9136,6 @@ func TestChangefeedCheckpointSchemaChange(t *testing.T) {
91379136 defer leaktest .AfterTest (t )()
91389137 defer log .Scope (t ).Close (t )
91399138
9140- skip .WithIssue (t , 148858 ) // Uses initial scan.
9141-
91429139 skip .UnderRace (t )
91439140 skip .UnderShort (t )
91449141
Original file line number Diff line number Diff line change @@ -169,7 +169,6 @@ func TestChangefeedUpdateProtectedTimestamp(t *testing.T) {
169169// once it completes
170170// - When a changefeed is cancelled the protection is removed.
171171func TestChangefeedProtectedTimestamps (t * testing.T ) {
172- skip .WithIssue (t , 148858 ) // Might be real
173172 defer leaktest .AfterTest (t )()
174173 defer log .Scope (t ).Close (t )
175174
You can’t perform that action at this time.
0 commit comments