snuyanzin commented on code in PR #20991:
URL: https://github.com/apache/flink/pull/20991#discussion_r1047272871


##########
flink-connectors/flink-connector-kafka/src/test/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaProducerITCase.java:
##########
@@ -68,7 +68,7 @@ public class FlinkKafkaProducerITCase extends KafkaTestBase {
     protected KeyedSerializationSchema<Integer> 
integerKeyedSerializationSchema =
             new KeyedSerializationSchemaWrapper<>(integerSerializationSchema);
 
-    @Before
+    @BeforeEach
     public void before() {

Review Comment:
   could be package private i guess



##########
flink-connectors/flink-connector-kafka/src/test/java/org/apache/flink/streaming/connectors/kafka/FlinkKafkaProducerITCase.java:
##########
@@ -171,7 +171,7 @@ public void 
testRestoreToCheckpointAfterExceedingProducersPool() throws Exceptio
 
     /** This test hangs when running it in your IDE. */
     @Test
-    @Ignore
+    @Disabled
     public void testFlinkKafkaProducerFailBeforeNotify() throws Exception {

Review Comment:
   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]

Reply via email to