HADOOP-15626. FileContextMainOperationsBaseTest.testBuilderCreateAppendExistingFile fails on filesystems without append.
Contributed by Steve Loughran.
This commit is contained in:
parent
2b18bb4f37
commit
48673bc2a8
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue