Enable testListContainerMarker for Atmos

Confirmed that this passes against Atmos Online.
This commit is contained in:
Andrew Gaul 2015-01-12 19:42:35 -08:00
parent 58612bc473
commit 0fad16e07f
1 changed files with 0 additions and 5 deletions

View File

@ -30,11 +30,6 @@ public class AtmosContainerIntegrationLiveTest extends BaseContainerIntegrationT
provider = "atmos";
}
@Override
public void testListContainerMarker() throws InterruptedException {
// Not currently working https://community.emc.com/thread/100545
}
protected void checkMD5(BlobMetadata metadata) throws IOException {
// atmos doesn't support MD5
assertEquals(metadata.getContentMetadata().getContentMD5(), null);