kopia lustrzana https://github.com/gaul/s3proxy
Remove duplicate call to get blobStoreType
rodzic
e93529bfeb
commit
0ab0b55f31
|
@ -477,7 +477,6 @@ public final class S3ProxyTest {
|
||||||
@Test
|
@Test
|
||||||
public void testMaximumMultipartUpload() throws Exception {
|
public void testMaximumMultipartUpload() throws Exception {
|
||||||
// skip with remote blobstores to avoid excessive run-times
|
// skip with remote blobstores to avoid excessive run-times
|
||||||
String blobStoreType = context.unwrap().getProviderMetadata().getId();
|
|
||||||
assumeTrue(blobStoreType.equals("filesystem") ||
|
assumeTrue(blobStoreType.equals("filesystem") ||
|
||||||
blobStoreType.equals("transient"));
|
blobStoreType.equals("transient"));
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue