HADOOP-15848. ITestS3AContractMultipartUploader#testMultipartUploadEmptyPart test error.
Contributed by Ewan Higgs.
This commit is contained in:
parent
424c99681b
commit
c19864d8c8
|
@ -113,4 +113,9 @@ public class ITestS3AContractMultipartUploader extends
|
|||
}
|
||||
super.teardown();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void testMultipartUploadEmptyPart() throws Exception {
|
||||
// ignore the test in the base class.
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue