XComp commented on code in PR #21478:
URL: https://github.com/apache/flink/pull/21478#discussion_r1044619071
##########
flink-connectors/flink-connector-pulsar/src/test/java/org/apache/flink/connector/pulsar/source/PulsarUnorderedSourceITCase.java:
##########
@@ -32,12 +32,14 @@
import org.apache.flink.streaming.api.CheckpointingMode;
import org.apache.pulsar.client.api.SubscriptionType;
+import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
/**
* Unit test class for {@link PulsarSource}. Used for {@link
SubscriptionType#Shared} subscription.
*/
@Tag("org.apache.flink.testutils.junit.FailsOnJava11")
+@Disabled("FLINK-28352")
Review Comment:
I guess, both are fine. I decided to go for the parent issue because it also
includes the subtasks. But reiterating over it: You might be right because
FLINK-30351 actually mentions all the subtasks that need to be resolved before
removing the annotations again.
--
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]