Enable Glacier storage class tests

pull/332/head
Andrew Gaul 2020-08-21 23:12:46 +09:00
rodzic 6d2a9428c8
commit 27e6a98f84
1 zmienionych plików z 0 dodań i 14 usunięć

Wyświetl plik

@ -139,20 +139,6 @@ public final class JcloudsS3BlobIntegrationLiveTest
super.testListMultipartUploads();
}
// TODO: remove after JCLOUDS-1489 resolved
@Override
public void testPutBlobTierArchive() throws Exception {
throw new SkipException(
"S3BlobIntegrationLiveTest expects a failure");
}
// TODO: remove after JCLOUDS-1489 resolved
@Override
public void testPutBlobTierArchiveMultipart() throws Exception {
throw new SkipException(
"S3BlobIntegrationLiveTest expects a failure");
}
@Override
protected void checkCacheControl(Blob blob, String cacheControl) {
if (!Quirks.NO_CACHE_CONTROL_SUPPORT.contains(blobStoreType)) {