Remove duplicate call to get blobStoreType

pull/102/merge
Andrew Gaul 2015-12-28 12:00:41 -08:00
rodzic e93529bfeb
commit 0ab0b55f31
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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"));