snuyanzin commented on code in PR #21478:
URL: https://github.com/apache/flink/pull/21478#discussion_r1044526123
##########
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:
Just asking: shouldn't it refer to FLINK-30351 where in theory it should be
fixed?
--
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]