snuyanzin commented on code in PR #20991:
URL: https://github.com/apache/flink/pull/20991#discussion_r1034900636
##########
flink-connectors/flink-connector-kafka/src/test/java/org/apache/flink/connector/kafka/source/KafkaSourceLegacyITCase.java:
##########
@@ -91,7 +91,7 @@ public void testMultipleSourcesOnePartition() throws
Exception {
// --- broker failure ---
@Test
- @Ignore("FLINK-28267")
+ @Disabled("FLINK-28267")
public void testBrokerFailure() throws Exception {
Review Comment:
```suggestion
void testBrokerFailure() throws Exception {
```
could be package private
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]