Skip to content

Commit 8a931e8

Browse files
authored
Flink: disable the flaky range distribution bucketing tests for now (#11347)
1 parent 2ac5c43 commit 8a931e8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

flink/v1.19/flink/src/test/java/org/apache/iceberg/flink/sink/TestFlinkIcebergSinkRangeDistributionBucketing.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
import org.apache.iceberg.relocated.com.google.common.collect.ImmutableMap;
5959
import org.apache.iceberg.relocated.com.google.common.collect.Lists;
6060
import org.apache.iceberg.types.Types;
61+
import org.junit.Ignore;
6162
import org.junit.jupiter.api.AfterEach;
6263
import org.junit.jupiter.api.BeforeEach;
6364
import org.junit.jupiter.api.Test;
@@ -77,6 +78,7 @@
7778
* </ul>
7879
*/
7980
@Timeout(value = 30)
81+
@Ignore // https://github.com/apache/iceberg/pull/11305#issuecomment-2415207097
8082
public class TestFlinkIcebergSinkRangeDistributionBucketing {
8183
private static final Configuration DISABLE_CLASSLOADER_CHECK_CONFIG =
8284
new Configuration()

flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/sink/TestFlinkIcebergSinkRangeDistributionBucketing.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
import org.apache.iceberg.relocated.com.google.common.collect.ImmutableMap;
5959
import org.apache.iceberg.relocated.com.google.common.collect.Lists;
6060
import org.apache.iceberg.types.Types;
61+
import org.junit.Ignore;
6162
import org.junit.jupiter.api.AfterEach;
6263
import org.junit.jupiter.api.BeforeEach;
6364
import org.junit.jupiter.api.Test;
@@ -77,6 +78,7 @@
7778
* </ul>
7879
*/
7980
@Timeout(value = 30)
81+
@Ignore // https://github.com/apache/iceberg/pull/11305#issuecomment-2415207097
8082
public class TestFlinkIcebergSinkRangeDistributionBucketing {
8183
private static final Configuration DISABLE_CLASSLOADER_CHECK_CONFIG =
8284
new Configuration()

0 commit comments

Comments
 (0)