> @@ -31,4 +32,11 @@ public S3ContainerIntegrationLiveTest() {
>        provider = "s3";
>        BaseBlobStoreIntegrationTest.SANITY_CHECK_RETURNED_BUCKET_NAME = true;
>     }
> +
> +   @Override
> +   public void testDirectory() throws InterruptedException {
> +      // S3 does not support directories, rather it supports prefixes which 
> look
> +      // like directories.  We should filter out the fake RELATIVE_PATH.

In the test or in the code? Is this a test that ever _could_ succeed? If not, 
should the SkipException be something like "not supported"?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/129/files#r6007207

Reply via email to