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)