You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/09/03 21:49:49 UTC

[iceberg] 01/04: AWS: Ignore flaky test; backport from #5379.

This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch 0.14.x
in repository https://gitbox.apache.org/repos/asf/iceberg.git

commit f6d9ddce0cb8b0245a28489f43258a3c5412beb7
Author: Ryan Blue <bl...@apache.org>
AuthorDate: Sat Sep 3 13:25:25 2022 -0700

    AWS: Ignore flaky test; backport from #5379.
---
 aws/src/test/java/org/apache/iceberg/aws/s3/TestS3FileIO.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/aws/src/test/java/org/apache/iceberg/aws/s3/TestS3FileIO.java b/aws/src/test/java/org/apache/iceberg/aws/s3/TestS3FileIO.java
index 4d4d06c84c..5c340eb9c9 100644
--- a/aws/src/test/java/org/apache/iceberg/aws/s3/TestS3FileIO.java
+++ b/aws/src/test/java/org/apache/iceberg/aws/s3/TestS3FileIO.java
@@ -44,6 +44,7 @@ import org.apache.iceberg.util.SerializableSupplier;
 import org.junit.Assert;
 import org.junit.Before;
 import org.junit.ClassRule;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.jupiter.api.Assertions;
 import org.junit.runner.RunWith;
@@ -216,6 +217,7 @@ public class TestS3FileIO {
   }
 
   @Test
+  @Ignore
   public void testPrefixDelete() {
     String prefix = "s3://bucket/path/to/delete";
     List<Integer> scaleSizes = Lists.newArrayList(0, 5, 1000, 2500);