HADOOP-15626. FileContextMainOperationsBaseTest.testBuilderCreateAppendExistingFile fails on filesystems without append.

Contributed by Steve Loughran.
This commit is contained in:
Steve Loughran 2018-08-03 16:06:00 -07:00
parent 2b18bb4f37
commit 48673bc2a8
No known key found for this signature in database
GPG Key ID: D22CF846DBB162A0
1 changed files with 6 additions and 0 deletions

View File

@ -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 {