Skip to content

Commit 45f6ec1

Browse files
committed
Disables test
1 parent 6078af6 commit 45f6ec1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flink-python/pyflink/datastream/connectors/tests/test_kafka.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
################################################################################
1818
import json
1919
from typing import Dict
20+
import unittest
2021

2122
import pyflink.datastream.data_stream as data_stream
2223
from pyflink.common import typeinfo
@@ -45,6 +46,7 @@
4546

4647
class KafkaSourceTests(PyFlinkStreamingTestCase):
4748

49+
@unittest.skip("Disabled due to cyclic dependencies: Should be removed with Flink 2.0")
4850
def test_legacy_kafka_connector(self):
4951
source_topic = 'test_source_topic'
5052
sink_topic = 'test_sink_topic'

0 commit comments

Comments
 (0)