HADOOP-15848. ITestS3AContractMultipartUploader#testMultipartUploadEmptyPart test error.

Contributed by Ewan Higgs.
This commit is contained in:
Steve Loughran 2018-10-16 19:58:58 +01:00
parent 424c99681b
commit c19864d8c8
No known key found for this signature in database
GPG Key ID: D22CF846DBB162A0
1 changed files with 5 additions and 0 deletions

View File

@ -113,4 +113,9 @@ public class ITestS3AContractMultipartUploader extends
}
super.teardown();
}
@Override
public void testMultipartUploadEmptyPart() throws Exception {
// ignore the test in the base class.
}
}