mirror of https://github.com/apache/jclouds.git
JCLOUDS-930: Remove bogus dependsOnMethods
This commit is contained in:
parent
d109dd6326
commit
bc9cda2e37
|
@ -120,7 +120,7 @@ public class BaseContainerLiveTest extends BaseBlobStoreIntegrationTest {
|
|||
runCreateContainerInLocation(payload, nonDefault);
|
||||
}
|
||||
|
||||
@Test(groups = "live", dependsOnMethods = "testPublicAccess")
|
||||
@Test(groups = "live")
|
||||
public void testContainerListWithPrefix() throws InterruptedException {
|
||||
final String containerName = getContainerName();
|
||||
BlobStore blobStore = view.getBlobStore();
|
||||
|
|
Loading…
Reference in New Issue