tisonkun commented on code in PR #19972:
URL: https://github.com/apache/flink/pull/19972#discussion_r940792766


##########
flink-connectors/flink-connector-pulsar/src/test/java/org/apache/flink/connector/pulsar/source/PulsarSourceITCase.java:
##########
@@ -33,8 +33,10 @@
 import org.apache.flink.testutils.junit.FailsOnJava11;
 
 import org.junit.experimental.categories.Category;
+import org.junit.jupiter.api.Disabled;
 
 /** Unite test class for {@link PulsarSource}. */
+@Disabled("Could not reproduce on local machine.")

Review Comment:
   +1 This is the heaviest and most unstable test of Pulsar connector.
   
   If you simply disable it, you'd better do it in a separate patch with a 
reference. Otherwise, I'm unconfident to other changes in this patch.



-- 
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