Skip to content

Commit d42642b

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 8be550a commit d42642b

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)