Skip to content

Commit 4b0793c

Browse files
committed
changefeedccl: revert #152703, do not needlessly omit kafka
We were omitting kafka for this test in response to a failure we saw on s390x, with which kafka is incompatible. That failure was due to an unrelated issue. Since these kafka sink tests do not run the kafka client, they are not expected to fail on s390x. Informs: #152703 Epic: none Release note: None
1 parent 13c99d3 commit 4b0793c

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
@@ -155,8 +155,7 @@ func TestChangefeedUpdateProtectedTimestamp(t *testing.T) {
155155
}
156156
}
157157

158-
// Skip kafka sink because it's not compatible with s390x/IBM architecture
159-
cdcTestWithSystem(t, testFn, feedTestEnterpriseSinks, feedTestOmitSinks("kafka"))
158+
cdcTestWithSystem(t, testFn, feedTestEnterpriseSinks)
160159
}
161160

162161
// TestChangefeedProtectedTimestamps asserts the state of changefeed PTS records

0 commit comments

Comments
 (0)