> @@ -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");
Added comment, "use new Swift provider instead".
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/465/files#r22496906