syhily commented on code in PR #20584: URL: https://github.com/apache/flink/pull/20584#discussion_r976476357
########## flink-end-to-end-tests/flink-end-to-end-tests-pulsar/src/test/java/org/apache/flink/tests/util/pulsar/PulsarSourceUnorderedE2ECase.java: ########## @@ -19,21 +19,26 @@ package org.apache.flink.tests.util.pulsar; import org.apache.flink.connector.pulsar.testutils.PulsarTestContextFactory; +import org.apache.flink.connector.pulsar.testutils.source.UnorderedSourceTestSuiteBase; +import org.apache.flink.connector.pulsar.testutils.source.cases.KeySharedSubscriptionContext; +import org.apache.flink.connector.pulsar.testutils.source.cases.SharedSubscriptionContext; import org.apache.flink.connector.testframe.junit.annotations.TestContext; import org.apache.flink.connector.testframe.junit.annotations.TestEnv; import org.apache.flink.connector.testframe.junit.annotations.TestExternalSystem; import org.apache.flink.connector.testframe.junit.annotations.TestSemantics; import org.apache.flink.streaming.api.CheckpointingMode; -import org.apache.flink.tests.util.pulsar.cases.KeySharedSubscriptionContext; -import org.apache.flink.tests.util.pulsar.cases.SharedSubscriptionContext; import org.apache.flink.tests.util.pulsar.common.FlinkContainerWithPulsarEnvironment; import org.apache.flink.tests.util.pulsar.common.PulsarContainerTestEnvironment; -import org.apache.flink.tests.util.pulsar.common.UnorderedSourceTestSuiteBase; +import org.apache.flink.testutils.junit.FailsOnJava11; + +import org.junit.experimental.categories.Category; /** * Pulsar E2E test based on connector testing framework. It's used for Shared & Key_Shared * subscription. */ +@SuppressWarnings("unused") +@Category(value = {FailsOnJava11.class}) Review Comment: We have an issue for tracking this. https://issues.apache.org/jira/browse/FLINK-24302 -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org