Skip to content

Commit

Permalink
Spark 3.3: Ignore flaky test taking up all device space (#10704)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuzhang committed Jul 17, 2024
1 parent cc1a1e4 commit f59055a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
import org.apache.spark.sql.internal.SQLConf;
import org.junit.Assert;
import org.junit.Assume;
import org.junit.Ignore;
import org.junit.Test;

public class TestCopyOnWriteMerge extends TestMerge {
Expand All @@ -70,6 +71,7 @@ protected Map<String, String> extraTableProperties() {
}

@Test
@Ignore // Ignored due to https://github.com/apache/iceberg/issues/10040
public synchronized void testMergeWithConcurrentTableRefresh() throws Exception {
// this test can only be run with Hive tables as it requires a reliable lock
// also, the table cache must be enabled so that the same table instance can be reused
Expand Down

0 comments on commit f59055a

Please sign in to comment.