> @@ -94,4 +95,9 @@ public void testCreateDeleteContainerMetadata() throws
> InterruptedException {
> returnContainer(containerName);
> }
> }
> +
> + @Test(groups = { "integration", "live" })
> + public void testListContainerGetBlobSize() throws Exception {
> + throw new SkipException("Intentionally not implemented for the legacy
> Swift provider");
Perhaps explain _why_ not implemented? Does it not work? Does it take too long?
Other..?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/465/files#r16132172