Update test.py

This commit is contained in:
Kruglov Pavel 2023-02-23 14:47:29 +01:00 committed by GitHub
parent a25255cabc
commit bda1ce7367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4440,7 +4440,6 @@ def test_block_based_formats_2(kafka_cluster):
kafka_delete_topic(admin_client, format_name)
@pytest.mark.skip(reason="Debug")
def test_bad_messages_parsing(kafka_cluster):
admin_client = KafkaAdminClient(
bootstrap_servers="localhost:{}".format(kafka_cluster.kafka_port)