From bda1ce73679349413475a86d359e11964faedd63 Mon Sep 17 00:00:00 2001 From: Kruglov Pavel <48961922+Avogar@users.noreply.github.com> Date: Thu, 23 Feb 2023 14:47:29 +0100 Subject: [PATCH] Update test.py --- tests/integration/test_storage_kafka/test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/test_storage_kafka/test.py b/tests/integration/test_storage_kafka/test.py index ca189d837ad..51871eae3d8 100644 --- a/tests/integration/test_storage_kafka/test.py +++ b/tests/integration/test_storage_kafka/test.py @@ -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)