From bd435b12ef815a031ffe7de4d702780a904a3f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Z=C4=85bek?= Date: Tue, 3 Dec 2024 11:44:20 +0100 Subject: [PATCH] Disable the test --- .../streaming/iceberg/IcebergIngestionSchemaEvolutionIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/com/snowflake/kafka/connector/streaming/iceberg/IcebergIngestionSchemaEvolutionIT.java b/src/test/java/com/snowflake/kafka/connector/streaming/iceberg/IcebergIngestionSchemaEvolutionIT.java index 5305b6545..681d5b57c 100644 --- a/src/test/java/com/snowflake/kafka/connector/streaming/iceberg/IcebergIngestionSchemaEvolutionIT.java +++ b/src/test/java/com/snowflake/kafka/connector/streaming/iceberg/IcebergIngestionSchemaEvolutionIT.java @@ -485,7 +485,7 @@ private static Stream testEvolutionOfComplexTypes_dataSource() { } @Test - // @Disabled + @Disabled void shouldAppendedCommentTest() throws Exception { // when insertWithRetry(schemaAndPayloadWithComment(), 0, true);