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
|
||||
public void testMaximumMultipartUpload() throws Exception {
|
||||
// skip with remote blobstores to avoid excessive run-times
|
||||
String blobStoreType = context.unwrap().getProviderMetadata().getId();
|
||||
assumeTrue(blobStoreType.equals("filesystem") ||
|
||||
blobStoreType.equals("transient"));
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue