Skip to content

Commit a79421e

Browse files
authored
Merge pull request #156814 from aerfrei/blathers/backport-release-25.4-155244
release-25.4: changefeedccl: revert #152703, do not needlessly omit kafka
2 parents accadfb + d42642b commit a79421e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/ccl/changefeedccl/protected_timestamps_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ func TestChangefeedUpdateProtectedTimestamp(t *testing.T) {
157157
}
158158
}
159159

160-
// Skip kafka sink because it's not compatible with s390x/IBM architecture
161-
cdcTestWithSystem(t, testFn, feedTestEnterpriseSinks, feedTestOmitSinks("kafka"))
160+
cdcTestWithSystem(t, testFn, feedTestEnterpriseSinks)
162161
}
163162

164163
// TestChangefeedProtectedTimestamps asserts the state of changefeed PTS records

0 commit comments

Comments
 (0)