We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6078af6 commit 45f6ec1Copy full SHA for 45f6ec1
flink-python/pyflink/datastream/connectors/tests/test_kafka.py
@@ -17,6 +17,7 @@
17
################################################################################
18
import json
19
from typing import Dict
20
+import unittest
21
22
import pyflink.datastream.data_stream as data_stream
23
from pyflink.common import typeinfo
@@ -45,6 +46,7 @@
45
46
47
class KafkaSourceTests(PyFlinkStreamingTestCase):
48
49
+ @unittest.skip("Disabled due to cyclic dependencies: Should be removed with Flink 2.0")
50
def test_legacy_kafka_connector(self):
51
source_topic = 'test_source_topic'
52
sink_topic = 'test_sink_topic'
0 commit comments