mirror of https://github.com/apache/jclouds.git
Enable testListContainerMarker for Atmos
Confirmed that this passes against Atmos Online.
This commit is contained in:
parent
58612bc473
commit
0fad16e07f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue