JCLOUDS-930: Remove bogus dependsOnMethods

This commit is contained in:
Andrew Gaul 2015-07-02 16:20:25 -07:00
parent d109dd6326
commit bc9cda2e37
1 changed files with 1 additions and 1 deletions

View File

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