kopia lustrzana https://github.com/gaul/s3proxy
Correct test exception message
rodzic
d268abb947
commit
0003d011f3
|
@ -102,7 +102,7 @@ public final class JcloudsS3BlobIntegrationLiveTest
|
||||||
@Override
|
@Override
|
||||||
public void testCreateBlobWithExpiry() throws InterruptedException {
|
public void testCreateBlobWithExpiry() throws InterruptedException {
|
||||||
if (Quirks.NO_EXPIRES.contains(blobStoreType)) {
|
if (Quirks.NO_EXPIRES.contains(blobStoreType)) {
|
||||||
throw new SkipException("blob access control not supported");
|
throw new SkipException("expiry not supported");
|
||||||
}
|
}
|
||||||
super.testCreateBlobWithExpiry();
|
super.testCreateBlobWithExpiry();
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue