소스 검색

HADOOP-15626. FileContextMainOperationsBaseTest.testBuilderCreateAppendExistingFile fails on filesystems without append.
Contributed by Steve Loughran.

Steve Loughran 7 년 전
부모
커밋
48673bc2a8

+ 6 - 0
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/fileContext/ITestS3AFileContextMainOperations.java

@@ -51,6 +51,12 @@ public class ITestS3AFileContextMainOperations
     //append not supported, so test removed
   }
 
+  @Test
+  @Ignore
+  public void testBuilderCreateAppendExistingFile() throws IOException {
+    // not supported
+  }
+
   @Test
   @Ignore
   public void testSetVerifyChecksum() throws IOException {